Uses of Interface
org.jboss.arquillian.graphene.proxy.GrapheneProxy.FutureTarget
Packages that use GrapheneProxy.FutureTarget
-
Uses of GrapheneProxy.FutureTarget in org.jboss.arquillian.graphene.enricher
Methods in org.jboss.arquillian.graphene.enricher with parameters of type GrapheneProxy.FutureTargetModifier and TypeMethodDescriptionprotected static org.openqa.selenium.WebElementWebElementUtils.findElement(GrapheneContext context, GrapheneProxy.FutureTarget target) static org.openqa.selenium.WebElementWebElementUtils.findElement(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture) static org.openqa.selenium.WebElementWebElementUtils.findElementLazily(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture, int indexInList) static List<org.openqa.selenium.WebElement>WebElementUtils.findElementsLazily(GrapheneContext context, org.openqa.selenium.By by, GrapheneProxy.FutureTarget searchContextFuture) -
Uses of GrapheneProxy.FutureTarget in org.jboss.arquillian.graphene.proxy
Subinterfaces of GrapheneProxy.FutureTarget in org.jboss.arquillian.graphene.proxyClasses in org.jboss.arquillian.graphene.proxy that implement GrapheneProxy.FutureTargetModifier and TypeClassDescriptionstatic classclassMethods in org.jboss.arquillian.graphene.proxy with parameters of type GrapheneProxy.FutureTargetModifier and TypeMethodDescriptionstatic GrapheneContextualHandlerGrapheneContextualHandler.forFuture(GrapheneContext context, GrapheneProxy.FutureTarget future) Returns invocation handler which wraps the target for future computation.static <T> TGrapheneProxy.getProxyForFutureTarget(GrapheneContext context, GrapheneProxy.FutureTarget futureTarget, Class<?> baseType, Class<?>... additionalInterfaces) Wraps the given future target instance in the proxy.Constructors in org.jboss.arquillian.graphene.proxy with parameters of type GrapheneProxy.FutureTargetModifierConstructorDescriptionReturns invocation handler which wraps the target for future computation.