Help for this page

Select Code to Download


  1. or download this
        $agent->click($method_field, synchronize => 0 );
    
  2. or download this
        $agent->click({ dom => $method_field, synchronize => 0 });
    
  3. or download this
    use strict;
    use WWW::Mechanize::Firefox;
    ...
        warn "Submitting";
        $agent->submit();
    }