Class WebElementWrapperEnricher

java.lang.Object
org.jboss.arquillian.graphene.enricher.AbstractSearchContextEnricher
org.jboss.arquillian.graphene.enricher.WebElementWrapperEnricher
All Implemented Interfaces:
SearchContextTestEnricher

public class WebElementWrapperEnricher extends AbstractSearchContextEnricher
Author:
Jan Papousek
  • Constructor Details

    • WebElementWrapperEnricher

      public WebElementWrapperEnricher()
  • Method Details

    • enrich

      public void enrich(org.openqa.selenium.SearchContext searchContext, Object target)
    • resolve

      public Object[] resolve(org.openqa.selenium.SearchContext searchContext, Method method, Object[] resolvedParams)
    • createWrapper

      protected <T> T createWrapper(GrapheneContext grapheneContext, Class<T> type, org.openqa.selenium.WebElement element)
    • createWrappers

      protected <T> List<T> createWrappers(GrapheneContext grapheneContext, Class<T> type, List<org.openqa.selenium.WebElement> elements)
    • isValidClass

      protected final boolean isValidClass(Class<?> clazz)
    • getPrecedence

      public int getPrecedence()