DefaultSelenium RemoveAllSelections Method WebDriver
Unselects all of the selected options in a multi-select element.

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

public void RemoveAllSelections(
	string locator
)

Implements

ISelenium RemoveAllSelections(String)
See Also