Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Win32::IE:: Mechanize click_button; no form

by jvermut (Initiate)
on Aug 14, 2009 at 02:06 UTC ( [id://788488]=perlquestion: print w/replies, xml ) Need Help??

jvermut has asked for the wisdom of the Perl Monks concerning the following question:

jvermut: I am using Win32::IE:: Mechanize jvermut: I want to click an <input type="button"> on a webpage jvermut: The button is not in a form jvermut: So, click_button method doesn't work... jvermut: What to do?? jvermut: Button executes javascript code
  • Comment on Win32::IE:: Mechanize click_button; no form

Replies are listed 'Best First'.
Re: Win32::IE:: Mechanize click_button; no form
by james2vegas (Chaplain) on Aug 14, 2009 at 02:44 UTC
    For the archives:

    The key to solving this was:

    $ie->get('javascript:functionToExecute()');

    which executes the javascript in the context of the current page (basically how bookmarklets work).
Re: Win32::IE:: Mechanize click_button; no form
by AnomalousMonk (Archbishop) on Aug 14, 2009 at 04:44 UTC
    What the...?!?

    Oh, I see!   jvermut: Had several postings in the CB jvermut: Then C&Pd them raw into an SoPW question jvermut: Then unleashed this question on the unsuspecting monks AnomalousMonk: Must go lie down now, too!

Re: Win32::IE:: Mechanize click_button; no form
by Anonymous Monk on Aug 14, 2009 at 10:07 UTC
      The button was unnamed, so it would have to have been getElementsByTagName, but irregardless, calling click or browsing to a javascript: url result in an alert, blocking perl until it is dispatched.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-25 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found