| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.enricher | |
| org.jboss.arquillian.graphene.proxy |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.WebElement |
WebElementUtils.findElement(GrapheneContext context,
org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture) |
protected static org.openqa.selenium.WebElement |
WebElementUtils.findElement(GrapheneContext context,
GrapheneProxy.FutureTarget target) |
static org.openqa.selenium.WebElement |
WebElementUtils.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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InvocationContext |
| Modifier and Type | Class and Description |
|---|---|
static class |
GrapheneProxy.ConstantFutureTarget |
class |
InvocationContextImpl |
| Modifier and Type | Method and Description |
|---|---|
static GrapheneContextualHandler |
GrapheneContextualHandler.forFuture(GrapheneContext context,
GrapheneProxy.FutureTarget future)
Returns invocation handler which wraps the target for future computation.
|
static <T> T |
GrapheneProxy.getProxyForFutureTarget(GrapheneContext context,
GrapheneProxy.FutureTarget futureTarget,
Class<?> baseType,
Class<?>... additionalInterfaces)
Wraps the given future target instance in the proxy.
|
| Constructor and Description |
|---|
GrapheneProxyHandler(GrapheneProxy.FutureTarget future)
Returns invocation handler which wraps the target for future computation.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.