public class ElementFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<org.python.util.PythonInterpreter> |
loggingPythonInterpreter |
| Constructor and Description |
|---|
ElementFinder() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected static ThreadLocal<org.python.util.PythonInterpreter> loggingPythonInterpreter
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)
Copyright © 2013. All Rights Reserved.