HtmlElement.Net
Public Member Functions | List of all members
HtmlElements.Locators.ByJquery Class Reference

Use jQuery to locate element or list of elements More...

Inherits HtmlElements.Locators.ByJavaScript.

Public Member Functions

 ByJquery (string jqSelector)
 Creates new instance of jQuery element finder. More...
 
- Public Member Functions inherited from HtmlElements.Locators.ByJavaScript
 ByJavaScript (string javaScript, params object[] arguments)
 Creates new instance of JavaScript element finder. More...
 

Detailed Description

Use jQuery to locate element or list of elements

Constructor & Destructor Documentation

◆ ByJquery()

HtmlElements.Locators.ByJquery.ByJquery ( string  jqSelector)

Creates new instance of jQuery element finder.

Parameters
jqSelectorjQuery compatible element selector.