public final class WebElementUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static org.openqa.selenium.WebElement |
dropProxyAndFindElement(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext) |
protected static List<org.openqa.selenium.WebElement> |
dropProxyAndFindElements(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext) |
static org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture) |
protected static org.openqa.selenium.WebElement |
findElement(GrapheneProxy.FutureTarget target) |
static org.openqa.selenium.WebElement |
findElementLazily(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture,
int indexInList) |
static org.openqa.selenium.WebElement |
findElementLazily(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext) |
static org.openqa.selenium.WebElement |
findElementLazily(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext,
int indexInList) |
static List<org.openqa.selenium.WebElement> |
findElementsLazily(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture) |
static List<org.openqa.selenium.WebElement> |
findElementsLazily(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext) |
public static org.openqa.selenium.WebElement findElement(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture)
public static List<org.openqa.selenium.WebElement> findElementsLazily(org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture)
public static org.openqa.selenium.WebElement findElementLazily(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture,
int indexInList)
public static org.openqa.selenium.WebElement findElementLazily(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext,
int indexInList)
public static org.openqa.selenium.WebElement findElementLazily(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext)
public static List<org.openqa.selenium.WebElement> findElementsLazily(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext)
protected static org.openqa.selenium.WebElement findElement(GrapheneProxy.FutureTarget target)
protected static org.openqa.selenium.WebElement dropProxyAndFindElement(org.openqa.selenium.By by,
org.openqa.selenium.SearchContext searchContext)
protected static List<org.openqa.selenium.WebElement> dropProxyAndFindElements(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.