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

WWW::Mechanize::Firefox button click problem HP iLO

by ruzam (Curate)
on Jul 24, 2015 at 16:55 UTC ( [id://1136204]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (version 3)
    <a id="home_link" rel="localize[masthd.home]" onclick="iLO.openLink("s
    +ummary.html");this.blur();return false;" href="summary.html">Home</a>
      | 
    <button id="logout_button" rel="localize[masthd.signout]" onclick="iLO
    +.doLogout();">Sign Out</button>
    
  2. or download this
    (version 4)
    <a id="home_link" rel="localize[masthd.home]" onclick="iLO.openLink("s
    +ummary.html");this.blur();return false;" href="summary.html">Home</a>
      | 
    <button id="logout_button" rel="localize[masthd.signout]" onmouseup="i
    +LO.doLogout();">Sign Out</button>
    
  3. or download this
    $mech->click_button(id => 'logout_button');
    
  4. or download this
    (in cleanup) MozRepl::RemoteObject: ReferenceError: iLO is not defined
    + at ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-25 12:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found