in reply to Re: POST in WWW::Mechanize::PhantomJS
in thread POST in WWW::Mechanize::PhantomJS

So, update the dom with a new form from ->post, then submit said form? It should work :D (I'm guessing naturally)
  • Comment on Re^2: POST in WWW::Mechanize::PhantomJS

Replies are listed 'Best First'.
Re^3: POST in WWW::Mechanize::PhantomJS
by Corion (Patriarch) on Jul 20, 2014 at 07:55 UTC

    This is the approach I plan to take eventually. The code is already there, but I still have to trick Selenium into actually returning the results.

    Selenium is not really intended for browser automation. It is more intended for simulating user intaction and so it provides very little programmatic interfaces to query the result state of a request.