saran_techie has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::IE::Mechanize; $ie=Win32::IE::Mechanize->new(visible=>1); $ie->get('http://help.joomla.org/content/view/500/60/'); #Get select list (single, multiple) selection box/drop down box/list b +ox $ie->select("colour", "2" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sample code for selecting the values in combobox, radio button
by Anonymous Monk on Mar 03, 2009 at 07:47 UTC | |
|
Re: Sample code for selecting the values in combobox, radio button
by Sinistral (Monsignor) on Mar 03, 2009 at 14:59 UTC |