Class WebElementUtils

java.lang.Object
org.jboss.arquillian.graphene.enricher.WebElementUtils

public final class WebElementUtils extends Object
Author:
Jan Papousek
  • 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

      protected static GrapheneContext getContext(Object object)