in reply to Re^8: How to browse using WWW::Mechanize::Firefox
in thread How to browse using WWW::Mechanize::Firefox

What did click return? Maybe you want to use the synchronize option to click?
  • Comment on Re^9: How to browse using WWW::Mechanize::Firefox

Replies are listed 'Best First'.
Re^10: How to browse using WWW::Mechanize::Firefox
by ckj (Chaplain) on May 30, 2012 at 07:27 UTC
    On printing click command,I get HTTP::Response=HASH(0x1448b64)
      Dump it

        HTTP::Response even has documentation, also in HTTP::Message. I like ->as_string better than dumping the object.

        Of course, it's unlikely that the response returned by a ->click call that does not travel to the server will contain anything relevant. But then again, I don't know the deeper intents of the original poster.