Class GrapheneContextImpl
java.lang.Object
org.jboss.arquillian.graphene.context.GrapheneContext
org.jboss.arquillian.graphene.context.ExtendedGrapheneContext
org.jboss.arquillian.graphene.context.GrapheneContextImpl
- Author:
- Jan Papousek
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>org.openqa.selenium.WebDrivergetWebDriver(Class<?>... interfaces) If theWebDriverinstance is not available yet, the returned proxy just implementsWebDriverinterface.Methods inherited from class org.jboss.arquillian.graphene.context.GrapheneContext
getContextFor, lastContext, removeContextFor, setContextFor
-
Method Details
-
getBrowserActions
-
getConfiguration
- Specified by:
getConfigurationin classGrapheneContext
-
getPageExtensionInstallatorProvider
- Specified by:
getPageExtensionInstallatorProviderin classExtendedGrapheneContext
-
getPageExtensionRegistry
- Specified by:
getPageExtensionRegistryin classExtendedGrapheneContext
-
getWebDriver
If theWebDriverinstance is not available yet, the returned proxy just implementsWebDriverinterface. If theWebDriverinstance is available, its class is used to create a proxy, so the proxy extends it.- Specified by:
getWebDriverin classGrapheneContext- Parameters:
interfaces- interfaces which should be implemented by the returnedWebDriver- Returns:
- proxy for the
WebDriverheld in the context
-
getQualifier
- Specified by:
getQualifierin classGrapheneContext- Returns:
- qualifier identifying the context.
-