Help for this page

Select Code to Download


  1. or download this
    $mech->click_button(id => 'loginBtn');
    
  2. or download this
    my $btn = $mech->xpath('//*[@id="loginBtn"]', single => 1 );
    print $btn->get_attribute('outerHTML');
    $mech->click( $btn );