Removeallselections

Remove all selections 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.
Usage Examples
Example #1
<selenium baseurl="http://someplace.com" browser="*firefox">
   
<open url="/" />
   
<removeAllSelections locator="//input[@name='test']" />
</selenium>