org.jboss.arquillian.graphene.context
Class GrapheneProxy
java.lang.Object
org.jboss.arquillian.graphene.context.GrapheneProxy
public final class GrapheneProxy
- extends Object
GrapheneProxy provides methods for wrapping the target of invocation in the proxy.
- Author:
- Lukas Fryc
|
Method Summary |
static boolean |
isProxyInstance(org.openqa.selenium.WebDriver driver)
Returns whether given driver is instance of context proxy. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrapheneProxy
public GrapheneProxy()
isProxyInstance
public static boolean isProxyInstance(org.openqa.selenium.WebDriver driver)
- Returns whether given
driver is instance of context proxy.
- Parameters:
driver - driver instance to check
- Returns:
- true when driver is a Proxy instance, false otherwise
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.