Property | Type | Description |
---|
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 ( |
public DeselectByValue ( string value ) : void | ||
value | string | |
return | void |
public GetAllOptions ( ) : ReadOnlyCollection |
||
return | ReadOnlyCollection |
public NativeSelect ( string text, string childrenXpath, int timeOut ) : void | ||
text | string | |
childrenXpath | string | |
timeOut | int | |
return | void |
public SelectByIndex ( int index, int timeOut ) : void | ||
index | int | |
timeOut | int | |
return | void |
public SelectByText ( string textOption ) : void | ||
textOption | string | |
return | void |
public SelectByText ( string textOption, int timeOut ) : void | ||
textOption | string | |
timeOut | int | |
return | void |
public WebComboBox ( |
||
aBrowser | ||
aLocator | Locator | |
return | System |