Class WebElementWrapperEnricher
java.lang.Object
org.jboss.arquillian.graphene.enricher.AbstractSearchContextEnricher
org.jboss.arquillian.graphene.enricher.WebElementWrapperEnricher
- All Implemented Interfaces:
SearchContextTestEnricher
- Author:
- Jan Papousek
-
Field Summary
Fields inherited from class org.jboss.arquillian.graphene.enricher.AbstractSearchContextEnricher
NEW_LINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> TcreateWrapper(GrapheneContext grapheneContext, Class<T> type, org.openqa.selenium.WebElement element) protected <T> List<T>createWrappers(GrapheneContext grapheneContext, Class<T> type, List<org.openqa.selenium.WebElement> elements) voidintprotected final booleanisValidClass(Class<?> clazz) Object[]Methods inherited from class org.jboss.arquillian.graphene.enricher.AbstractSearchContextEnricher
enrichRecursively, getActualType, getListType, getSortedSearchContextEnrichers, instantiate, setValue
-
Constructor Details
-
WebElementWrapperEnricher
public WebElementWrapperEnricher()
-
-
Method Details
-
enrich
-
resolve
-
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
-
getPrecedence
public int getPrecedence()
-