Hi try this,
use strict; use WWW::Mechanize; my $mech = WWW::Mechanize->new( autocheck => 1 ); $mech->get( 'https://adwords.google.com/select/TrafficEstimatorSandbox +' ); $mech->success() || die"$mech->status()"; print $mech->content;
In reply to Re: wait till the page is loaded www::mechanize
by gube
in thread wait till the page is loaded www::mechanize
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |