Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetOptionTextByIndex ( int optionIndex ) : string | ||
SelectByIndex ( int optionIndex ) : ISelectElement | ||
SelectByText ( string optionText ) : ISelectElement | ||
SelectByValue ( string optionValue ) : ISelectElement | ||
SeleniumSelectElement ( IBrowser browser, IElement parent, IElementLocator locator ) : System |
public GetOptionTextByIndex ( int optionIndex ) : string | ||
optionIndex | int | |
return | string |
public SelectByIndex ( int optionIndex ) : ISelectElement | ||
optionIndex | int | |
return | ISelectElement |
public SelectByText ( string optionText ) : ISelectElement | ||
optionText | string | |
return | ISelectElement |
public SelectByValue ( string optionValue ) : ISelectElement | ||
optionValue | string | |
return | ISelectElement |
public SeleniumSelectElement ( IBrowser browser, IElement parent, IElementLocator locator ) : System | ||
browser | IBrowser | |
parent | IElement | |
locator | IElementLocator | |
return | System |