C# Class WebDriverWrapper.SeleniumWebCombobox

Inheritance: SeleniumWebControls, ICombobox
Exibir arquivo Open project: geeksree/cSharpGeeks

Public Methods

Method Description
DeselectAll ( ) : void
DeselectByIndex ( int index ) : void
DeselectByText ( string text ) : void
DeselectByValue ( string value ) : void
GetAllOptions ( ) : ReadOnlyCollection
SelectByIndex ( int index ) : void
SelectByIndex ( int index, int maxTimeout ) : void
SelectByText ( string textOption ) : void
SelectByText ( string text, int maxTimeout ) : void
SelectByValue ( string value ) : void

Private Methods

Method Description
SeleniumWebCombobox ( IWebElement aWebElement, ControlType aControlType, ControlAccess access ) : OpenQA.Selenium

Method Details

DeselectAll() public method

public DeselectAll ( ) : void
return void

DeselectByIndex() public method

public DeselectByIndex ( int index ) : void
index int
return void

DeselectByText() public method

public DeselectByText ( string text ) : void
text string
return void

DeselectByValue() public method

public DeselectByValue ( string value ) : void
value string
return void

GetAllOptions() public method

public GetAllOptions ( ) : ReadOnlyCollection
return ReadOnlyCollection

SelectByIndex() public method

public SelectByIndex ( int index ) : void
index int
return void

SelectByIndex() public method

public SelectByIndex ( int index, int maxTimeout ) : void
index int
maxTimeout int
return void

SelectByText() public method

public SelectByText ( string textOption ) : void
textOption string
return void

SelectByText() public method

public SelectByText ( string text, int maxTimeout ) : void
text string
maxTimeout int
return void

SelectByValue() public method

public SelectByValue ( string value ) : void
value string
return void