| 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(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture) |
protected static org.openqa.selenium.WebElement |
WebElementUtils.findElement(GrapheneProxy.FutureTarget target) |
static org.openqa.selenium.WebElement |
WebElementUtils.findElementLazily(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture,
int indexInList) |
static List<org.openqa.selenium.WebElement> |
WebElementUtils.findElementsLazily(org.openqa.selenium.By by,
GrapheneProxy.FutureTarget searchContextFuture) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InvocationContext |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationContextImpl |
| Modifier and Type | Method and Description |
|---|---|
static GrapheneProxyHandler |
GrapheneProxyHandler.forFuture(GrapheneProxy.FutureTarget future)
Returns invocation handler which wraps the target for future computation.
|
static <T> T |
GrapheneProxy.getProxyForFutureTarget(GrapheneProxy.FutureTarget futureTarget,
Class<?> baseType,
Class<?>... additionalInterfaces)
Deprecated.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.