Class WebElementUtils
java.lang.Object
org.jboss.arquillian.graphene.enricher.WebElementUtils
- Author:
- Jan Papousek
-
Method Summary
Modifier and TypeMethodDescriptionprotected static org.openqa.selenium.WebElementdropProxyAndFindElement(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) protected static org.openqa.selenium.WebElementfindElement(GrapheneContext context, GrapheneProxy.FutureTarget target) static org.openqa.selenium.WebElementfindElement(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture) static org.openqa.selenium.WebElementfindElementLazily(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture, int indexInList) static org.openqa.selenium.WebElementfindElementLazily(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext) static org.openqa.selenium.WebElementfindElementLazily(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext, int indexInList) static List<org.openqa.selenium.WebElement>findElementsLazily(GrapheneContext context, 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) protected static GrapheneContextgetContext(Object object)
-
Method Details
-
findElement
public static org.openqa.selenium.WebElement findElement(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture) -
findElementsLazily
public static List<org.openqa.selenium.WebElement> findElementsLazily(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture) -
findElementLazily
public static org.openqa.selenium.WebElement findElementLazily(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture, int indexInList) -
findElementLazily
public static org.openqa.selenium.WebElement findElementLazily(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext, int indexInList) -
findElementLazily
public static org.openqa.selenium.WebElement findElementLazily(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext) -
findElementsLazily
public static List<org.openqa.selenium.WebElement> findElementsLazily(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext) -
findElement
protected static org.openqa.selenium.WebElement findElement(GrapheneContext context, GrapheneProxy.FutureTarget target) -
dropProxyAndFindElement
protected static org.openqa.selenium.WebElement dropProxyAndFindElement(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext) -
dropProxyAndFindElements
protected static List<org.openqa.selenium.WebElement> dropProxyAndFindElements(org.openqa.selenium.By by, org.openqa.selenium.SearchContext searchContext) -
getContext
-