Removeallselections
Remove all selections from the set of selected options in a
multi-select element using an option locator.
Required Attributes
Usage Examples
Example #1
<selenium baseurl="http://someplace.com" browser="*firefox">
<open url="/" />
<removeAllSelections locator="//input[@name='test']" />
</selenium>