in reply to Click button not working in WWW::Mechanize
my $response = $mech->click_button( name => "action", value => "Retrieve sequence" ); die "click_button should have worked: ", $response->status_line;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Click button not working in WWW::Mechanize
by monkfan (Curate) on Sep 21, 2006 at 08:59 UTC |