public class GraphenePageExtensionsContext extends Object
| Constructor and Description |
|---|
GraphenePageExtensionsContext() |
| Modifier and Type | Method and Description |
|---|---|
static PageExtensionInstallatorProvider |
getInstallatorProviderProxy() |
static PageExtensionRegistry |
getRegistryProxy() |
static boolean |
isInitialized()
Returns true if the context is initialized
|
static void |
reset()
Resets the WebDriver context for current thread
|
static void |
setInstallatorProvider(PageExtensionInstallatorProvider installatorProvider) |
static void |
setRegistry(PageExtensionRegistry registry) |
public static PageExtensionRegistry getRegistryProxy()
public static PageExtensionInstallatorProvider getInstallatorProviderProxy()
public static boolean isInitialized()
public static void reset()
public static void setInstallatorProvider(PageExtensionInstallatorProvider installatorProvider)
public static void setRegistry(PageExtensionRegistry registry)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.