C# Class Selenol.Elements.OptionElement

Inheritance: BaseHtmlElement
Mostrar archivo Open project: pbakshy/Selenol

Public Methods

Method Description
Deselect ( ) : void

Deselects the option.

OptionElement ( IWebElement webElement ) : OpenQA.Selenium

Initializes a new instance of the OptionElement class.

Select ( ) : void

Selects the option.

Method Details

Deselect() public method

Deselects the option.
public Deselect ( ) : void
return void

OptionElement() public method

Initializes a new instance of the OptionElement class.
public OptionElement ( IWebElement webElement ) : OpenQA.Selenium
webElement IWebElement The web element.
return OpenQA.Selenium

Select() public method

Selects the option.
public Select ( ) : void
return void