Метод | Описание | |
---|---|---|
DeselectAll ( ) : void | ||
DeselectByIndex ( int index ) : void | ||
DeselectByText ( string text ) : void | ||
DeselectByValue ( string value ) : void | ||
FakeSelectElement ( IWebElement element ) : System | ||
SelectByIndex ( int index ) : void | ||
SelectByText ( string text ) : void | ||
SelectByValue ( string value ) : void |
public DeselectByIndex ( int index ) : void | ||
index | int | |
Результат | void |
public DeselectByText ( string text ) : void | ||
text | string | |
Результат | void |
public DeselectByValue ( string value ) : void | ||
value | string | |
Результат | void |
public FakeSelectElement ( IWebElement element ) : System | ||
element | IWebElement | |
Результат | System |
public SelectByText ( string text ) : void | ||
text | string | |
Результат | void |
public SelectByValue ( string value ) : void | ||
value | string | |
Результат | void |