C# Class IWebElementExtensions, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
SelectOptionByText ( IWebElement element, string optionText ) : void

Selects an option in a dropdown list by visible option text.

WithText ( IWebElement webElement, string text ) : IWebElement

Method Details

SelectOptionByText() public static méthode

Selects an option in a dropdown list by visible option text.
public static SelectOptionByText ( IWebElement element, string optionText ) : void
element IWebElement
optionText string
Résultat void

WithText() public static méthode

public static WithText ( IWebElement webElement, string text ) : IWebElement
webElement IWebElement
text string
Résultat IWebElement