public class JQueryLocatorBuilder extends Object implements LocatorBuilder<FindByJQuery,ByJQuery>
FindByJQuery annotation to
ByJQuery. For that, it is also responsible for resolving spring
expression.| Constructor and Description |
|---|
JQueryLocatorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ByJQuery |
build(FindByJQuery annotation)
method to build the locator implementation.
|
JQueryElement |
find(String selector) |
JQueryElement |
find(String selector,
org.openqa.selenium.WebDriver webDriver) |
public ByJQuery build(FindByJQuery annotation)
LocatorBuilderbuild in interface LocatorBuilder<FindByJQuery,ByJQuery>public JQueryElement find(String selector)
public JQueryElement find(String selector, org.openqa.selenium.WebDriver webDriver)
Copyright © 2016. All rights reserved.