This is the button I want to click:
<input type="submit" value="Continue">
As you see it has no name at all to specify the order on it. I am using the WWW::Mechanize
module. I tried $agent->submit();
, but it seems to not do the job, any help please?