ground0 has asked for the wisdom of the Perl Monks concerning the following question:
This opens google.com then does not print 'yay'.use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new( create => 1, bufsize => 10_00 +0_000, autoclose => 1, events => ['DOMContentLoaded', 'DOMFrameConten +tLoaded'] ); $mech->get('http://google.com'); print 'yay';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize::Firefox stops after $mech->get()
by Corion (Patriarch) on Feb 22, 2013 at 20:20 UTC | |
by ground0 (Novice) on Feb 22, 2013 at 20:26 UTC | |
by ground0 (Novice) on Feb 22, 2013 at 23:33 UTC |