Help for this page

Select Code to Download


  1. or download this
    <html>
    <form>
    <button type="submit" id="test" name="test">My Button</button>
    </form>
    </html>
    
  2. or download this
    use WWW::Mechanize;
    use Data::Dumper;
    ...
        close(FH);
       
    $mechanize->click_button(name => 'test');