|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.markusbernhardt.selenium2library.locators.ElementFinder
public class ElementFinder
| Field Summary | |
|---|---|
protected static ThreadLocal<org.python.util.PythonInterpreter> |
loggingPythonInterpreter
|
| Constructor Summary | |
|---|---|
ElementFinder()
|
|
| Method Summary | |
|---|---|
static void |
addLocationStrategy(String strategyName,
String functionDefinition,
String delimiter)
|
static List<org.openqa.selenium.WebElement> |
find(org.openqa.selenium.WebDriver webDriver,
String locator)
|
static List<org.openqa.selenium.WebElement> |
find(org.openqa.selenium.WebDriver webDriver,
String locator,
String tag)
|
protected static void |
warn(String msg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static ThreadLocal<org.python.util.PythonInterpreter> loggingPythonInterpreter
| Constructor Detail |
|---|
public ElementFinder()
| Method Detail |
|---|
public static void addLocationStrategy(String strategyName,
String functionDefinition,
String delimiter)
public static List<org.openqa.selenium.WebElement> find(org.openqa.selenium.WebDriver webDriver,
String locator)
public static List<org.openqa.selenium.WebElement> find(org.openqa.selenium.WebDriver webDriver,
String locator,
String tag)
protected static void warn(String msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||