SavagePerl has asked for the wisdom of the Perl Monks concerning the following question:
I keep getting: No such field 'zipCode' at C:/Perl/lib/WWW/Mechanize.pm line 1247 I use firebug and inspect the field to get the name such as: input onkeyup="clearForm()" onfocus="enableObject('searchButton',1,'Search')" value="" size="3" maxlength="5" id="zipCode" name="zipCode"/ Stuck...$browser->form_number(1); $browser->field("zipCode", $module_name); $browser->click();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize problem
by Gangabass (Vicar) on May 29, 2008 at 02:09 UTC | |
by SavagePerl (Novice) on May 29, 2008 at 02:27 UTC | |
by jasonk (Parson) on May 29, 2008 at 02:31 UTC | |
by SavagePerl (Novice) on May 29, 2008 at 03:36 UTC | |
by ikegami (Patriarch) on May 29, 2008 at 04:34 UTC | |
by ikegami (Patriarch) on May 29, 2008 at 05:30 UTC |