in reply to Re^2: How to use synchronize method with WWW::Mechanize::Firefox?
in thread How to use synchronize method with WWW::Mechanize::Firefox?
Tried:
$self->synchronize( 'DOMContentLoaded', sub { $self->click_button( nam +e => 'wp-submit' ); } );
I still get same results. The next page loads but then browser hangs.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|