Click or drag to resize

WebElementExtensions Class

Framework to automate tests using Selenium WebDriver
Extension methods for IWebElement.
Inheritance Hierarchy
SystemObject
  Ocaramba.ExtensionsWebElementExtensions

Namespace:  Ocaramba.Extensions
Assembly:  OcarambaLite (in OcarambaLite.dll) Version: 3.3.1
Syntax
C#
public static class WebElementExtensions

The WebElementExtensions type exposes the following members.

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