com.github.markusbernhardt.selenium2library.locators
Class ElementFinder
java.lang.Object
com.github.markusbernhardt.selenium2library.locators.ElementFinder
public class ElementFinder
- extends java.lang.Object
|
Method Summary |
static void |
addLocationStrategy(java.lang.String strategyName,
java.lang.String functionDefinition)
|
static java.util.List<org.openqa.selenium.WebElement> |
find(org.openqa.selenium.WebDriver webDriver,
java.lang.String locator)
|
static java.util.List<org.openqa.selenium.WebElement> |
find(org.openqa.selenium.WebDriver webDriver,
java.lang.String locator,
java.lang.String tag)
|
protected static void |
warn(java.lang.String msg)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loggingPythonInterpreter
protected static java.lang.ThreadLocal<org.python.util.PythonInterpreter> loggingPythonInterpreter
ElementFinder
public ElementFinder()
addLocationStrategy
public static void addLocationStrategy(java.lang.String strategyName,
java.lang.String functionDefinition)
find
public static java.util.List<org.openqa.selenium.WebElement> find(org.openqa.selenium.WebDriver webDriver,
java.lang.String locator)
find
public static java.util.List<org.openqa.selenium.WebElement> find(org.openqa.selenium.WebDriver webDriver,
java.lang.String locator,
java.lang.String tag)
warn
protected static void warn(java.lang.String msg)
Copyright © 2013. All Rights Reserved.