Getselectedlabels
Gets all option labels (visible text) for selected options in
the specified select or multi-select element.
Required Attributes
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com">
<open url="/" />
<getSelectedLabels property="labels" selectLocator="id=multi-select" />
</selenium>