Removeselection

Remove a selectiona from the set of selected options in a multi-select element using an option locator.

Required Attributes
locator
Element Locator to identify the html element.
optionLocator
an Option Locator that identifies which option to pick from the multi-select element.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com" browser="*firefox">
   
<open url="/" />
   
<removeSelection locator="//input[@name='test']" optionLocator="test2" />
</selenium>