in reply to Re: Getting a form filler to work for letssingit.com
in thread Getting a form filler to work for letssingit.com
... my $url = "http://www.letssingit.com/frame_menu.html"; my $query = ...; ... $mech->submit_form( form_name => 'search', fields => { s => $query, l => 'song', # or 'artist' or 'album' or 'lyrics'. # The only button doesn't have a name, so no # need to put anything here for the button. }, ); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting a form filler to work for letssingit.com
by Anonymous Monk on Apr 13, 2005 at 02:28 UTC | |
by moot (Chaplain) on Apr 13, 2005 at 03:15 UTC | |
by Anonymous Monk on Apr 13, 2005 at 03:57 UTC |