I am not sure how to use follow_link(), Is it correct ..? $ie->follow_link (url=>"javascript:subForm('UA_Signin','signOff'); Thanksuse strict; use Win32::IE::Mechanize; my $ie = Win32::IE::Mechanize->new( visible => 1 ); my $url ='http://url/'; my $ie = $ie->get( $url ); my $ie->find_link (url=>"javascript:subForm('UA_Signin','signOff')";
In reply to Re^6: How do I click Javascript button with Win32::IE::Mechanize
by rshrivaQ
in thread How do I click Javascript button with Win32::IE::Mechanize
by rshrivaQ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |