Help for this page
$agent->click($method_field, synchronize => 0 );
$agent->click({ dom => $method_field, synchronize => 0 });
use strict; use WWW::Mechanize::Firefox; ... warn "Submitting"; $agent->submit(); }