www-mechanize-firefox
www-mechanize-firefox copied to clipboard
The API of WWW::Mechanize, combined with the Javascript-power of Firefox
Firefox 40.0.3, MacOS 10.10.5, MozRepl-0.06 perl module, MozRepl::RemoteObject 0.39, MozRepl 1.1.2.1-signed plugin use WWW::Mechanize::Firefox; my $ua = WWW::Mechanize::Firefox->new( repl => '127.0.0.1:42042' ) || die; my $resp = $ua->get('http://www.example.com/', ':content_file' =>...
Hi Max Maischein, I write script that use tranlsate.google and translate.ru ./g_and_p_trans.pl --from en --to ru --text "It is awesome" I think it could be a nice example for usage...
It seems that the module can only wait for the javascript to load and trigger events having button to click. I went through error and trial to trigger onchange event,...