Help for this page

Select Code to Download


  1. or download this
    $mech->get($url);
    $mech->submit_form(
    ...
    fields => { 'Username' => $user,
                'Password' => $pass}
    );
    
  2. or download this
    $mech->click_button( value=> "Login");