Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: WWW::Mechanize and unnamed images

by jbrugger (Parson)
on Mar 02, 2006 at 05:24 UTC ( [id://533811]=note: print w/replies, xml ) Need Help??


in reply to WWW::Mechanize and unnamed images

When you just want to submit a form, use:
# Submits the page, without specifying a button to click. Actually, no + button is clicked at all. # This used to be a synonym for $mech->click("submit"), but is no long +er so. $mech->submit()
If you want to click a button that isn't named, try to use the
$mech->click_button( ... ) # number => n #Clicks the nth button in the current form. Numbering starts at 1. # value => value # Clicks the button with the value value in the current form.
"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://533811]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found