C# Class UIAccess.WebControls.WebComboBox

Inheritance: WebControl
Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DeselectAll ( ) : void
DeselectByIndex ( int index ) : void
DeselectByText ( string text ) : void
DeselectByValue ( string value ) : void
GetAllOptions ( ) : ReadOnlyCollection
NativeSelect ( string text, string childrenXpath, int timeOut ) : void
SelectByIndex ( int index ) : void
SelectByIndex ( int index, int timeOut ) : void
SelectByText ( string textOption ) : void
SelectByText ( string textOption, int timeOut ) : void
SelectByValue ( string value ) : void
WebComboBox ( Browser aBrowser, Locator aLocator ) : System

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

NativeSelect() public méthode

public NativeSelect ( string text, string childrenXpath, int timeOut ) : void
text string
childrenXpath string
timeOut int
Résultat void

SelectByIndex() public méthode

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

SelectByIndex() public méthode

public SelectByIndex ( int index, int timeOut ) : void
index int
timeOut 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 textOption, int timeOut ) : void
textOption string
timeOut int
Résultat void

SelectByValue() public méthode

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

WebComboBox() public méthode

public WebComboBox ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
Résultat System