paddycoep has asked for the wisdom of the Perl Monks concerning the following question:
I have to select a drop down item from drop down list using getSelectList()
The html code is like this -Here, the select list dont have id, or name. It has index which i used for getSelectList but its not working. I think it is due to the index in the in function -<select onchange="return variantResponse(1, this.selectedIndex, null, +null)" size="1" style="width: 100%;" title="VariantParamList"><option + value="Configure Part" title="Configure Part" text="Configure Part"> +Configure Part</option><option value="Enter by Part Number" title="En +ter by Part Number" text="Enter by Part Number" selected="true">Enter + by Part Number</option></select></td>
please help me how to select the items from such lists...onchange="return variantResponse(1, this.selectedIndex, null, null)"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Select drop down list with ieautomation
by Anonymous Monk on Jul 12, 2009 at 15:40 UTC | |
|
Re: Select drop down list with ieautomation
by biohisham (Priest) on Jul 12, 2009 at 20:09 UTC | |
by Anonymous Monk on Jul 13, 2009 at 07:05 UTC |