Getselectedvalue

Gets option value (value attribute) for selected option in the specified select element.

Required Attributes
selectLocator
an Element Locator identifying a drop-down menu
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com">
   
<open url="/" />
   
<getSelectedValue property="value" selectLocator="id=multi-select" />
</selenium>