C# Class WebDriverWrapper.SeleniumWebCombobox

Inheritance: SeleniumWebControls, ICombobox
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode 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

Méthode Description
SeleniumWebCombobox ( IWebElement aWebElement, ControlType aControlType, ControlAccess access ) : OpenQA.Selenium

Method Details

DeselectAll() public méthode

public DeselectAll ( ) : void
Résultat void

DeselectByIndex() public méthode

public DeselectByIndex ( int index ) : void
index int
Résultat void

DeselectByText() public méthode

public DeselectByText ( string text ) : void
text string
Résultat void

DeselectByValue() public méthode

public DeselectByValue ( string value ) : void
value string
Résultat void

GetAllOptions() public méthode

public GetAllOptions ( ) : ReadOnlyCollection
Résultat ReadOnlyCollection

SelectByIndex() public méthode

public SelectByIndex ( int index ) : void
index int
Résultat void

SelectByIndex() public méthode

public SelectByIndex ( int index, int maxTimeout ) : void
index int
maxTimeout int
Résultat void

SelectByText() public méthode

public SelectByText ( string textOption ) : void
textOption string
Résultat void

SelectByText() public méthode

public SelectByText ( string text, int maxTimeout ) : void
text string
maxTimeout int
Résultat void

SelectByValue() public méthode

public SelectByValue ( string value ) : void
value string
Résultat void