C# Class UIAccess.WebControls.WebComboBox

Inheritance: WebControl
Mostrar archivo Open project: geeksree/cSharpGeeks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 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

NativeSelect() public method

public NativeSelect ( string text, string childrenXpath, int timeOut ) : void
text string
childrenXpath string
timeOut int
return void

SelectByIndex() public method

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

SelectByIndex() public method

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

SelectByText() public method

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

SelectByText() public method

public SelectByText ( string textOption, int timeOut ) : void
textOption string
timeOut int
return void

SelectByValue() public method

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

WebComboBox() public method

public WebComboBox ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
return System