Click or drag to resize

WebElementExtensions Methods

Framework to automate tests using Selenium WebDriver

The WebElementExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetTextContent Returns the textual content of the specified node, and all its descendants regardless element is visible or not.
Public Extension MethodIsElementTextEqualsToExpected Verify if actual element text equals to expected.
Public Extension MethodJavaScriptClick Click on element using java script.
Public Extension MethodCode exampleSetAttribute Set element attribute using java script.
Top
See Also