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

Re: Clicking a checkbox using www::mechanize

by jeffa (Bishop)
on May 11, 2004 at 19:57 UTC ( [id://352569]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $agent->tick($chk_visa,'Visa');
    
  2. or download this
    use CGI::Pretty qw(:standard);
    
    ...
          submit('go'), end_form, end_html,
       ;
    }
    
  3. or download this
    use WWW::Mechanize;
    use Test::More qw(no_plan);
    ...
    $bot->submit;
    
    is( $bot->content(), 'Visa', "Got expected content" );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found