C# Class Selenol.Elements.MultiSelectElement

Inheritance: BaseSelectElement
Mostrar archivo Open project: pbakshy/Selenol Class Usage Examples

Public Methods

Method Description
ClearSelection ( ) : void

Clears selection inside the multi select.

DeselectOptionByText ( string text ) : void

Deselects an option by text.

DeselectOptionByValue ( string value ) : void

Deselects an option by value.

MultiSelectElement ( IWebElement webElement ) : System

Initializes a new instance of the MultiSelectElement class.

Private Methods

Method Description
DeselectBy ( bool>.Func predicate, string description ) : void

Method Details

ClearSelection() public method

Clears selection inside the multi select.
public ClearSelection ( ) : void
return void

DeselectOptionByText() public method

Deselects an option by text.
public DeselectOptionByText ( string text ) : void
text string The text.
return void

DeselectOptionByValue() public method

Deselects an option by value.
public DeselectOptionByValue ( string value ) : void
value string The value.
return void

MultiSelectElement() public method

Initializes a new instance of the MultiSelectElement class.
public MultiSelectElement ( IWebElement webElement ) : System
webElement IWebElement The web element.
return System