C# Class Selenol.Elements.TextAreaElement

Inheritance: TextboxElement
Mostrar archivo Open project: pbakshy/Selenol Class Usage Examples

Public Methods

Method Description
TextAreaElement ( IWebElement webElement ) : OpenQA.Selenium

Initializes a new instance of the TextAreaElement class.

Method Details

TextAreaElement() public method

Initializes a new instance of the TextAreaElement class.
public TextAreaElement ( IWebElement webElement ) : OpenQA.Selenium
webElement IWebElement The web element.
return OpenQA.Selenium