An NDoc Documented Class Library

ISelenium.AddSelection Method 

Add a selection to the set of selected options in a multi-select element using an option locator. @see #doSelect for details of option locators

void AddSelection(
   string locator,
   string optionLocator
);

Parameters

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

See Also

ISelenium Interface | Selenium Namespace