ISelenium RemoveSelection Method WebDriver
Remove a selection from the set of selected options in a multi-select element using an option locator. @see #doSelect for details of option locators

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void RemoveSelection(
	string locator,
	string optionLocator
)
See Also