sumo123 has asked for the wisdom of the Perl Monks concerning the following question:
where 'CATEGORY_ID' is a list box I am able to select the field using this value such as 143, but I want to select using label of the listbox. for eg if 'Internet' option has value 143, I should select using the label. as I don't know the values of different categories. Please help if somebody can. The list box is the same as mentioned here:$mech->get( $url ); $mech->field("CATEGORY_ID" => 143);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: selecting listbox with label text
by jonadab (Parson) on Oct 22, 2008 at 11:50 UTC | |
|
Re: selecting listbox with label text
by Anonymous Monk on Oct 22, 2008 at 11:19 UTC |