Getselectoptions
Gets all option labels in the specified select drop-down.
Required Attributes
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com">
<open url="/" />
<getSelectOptions property="options" selectLocator="id=drop-down1" />
</selenium>