An NDoc Documented Class Library

DefaultSelenium.RemoveSelection Method 

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

public void RemoveSelection(
   string locator,
   string optionLocator
);

Parameters

locator
an element locator identifying a multi-select box
optionLocator
an option locator (a label by default)

Implements

ISelenium.RemoveSelection

See Also

DefaultSelenium Class | Selenium Namespace