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

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.

  • Comment on Re^3: POST in WWW::Mechanize::PhantomJS