Here is the code of HTML tags of the Webpage:
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="http://
+web2cad.de/ppowxsl">
The Select list HTML tag:
<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" selected="true">Configure Part
</option>
<option value="Enter by Part Number" title="Enter by Part Number" text
+="Enter by Part Number">Enter by Part Number
</option>
</select>
In this case, how can i use getSelectList method of win32::IEautomation module?? |