Graphene WebDriver: Implementation 2.0.0.Alpha1

org.jboss.arquillian.graphene.context
Class GrapheneProxy

java.lang.Object
  extended by 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

Constructor Summary
GrapheneProxy()
           
 
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
 

Constructor Detail

GrapheneProxy

public GrapheneProxy()
Method Detail

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

Graphene WebDriver: Implementation 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.