Uses of Class
org.jboss.arquillian.graphene.context.GrapheneContext
Packages that use GrapheneContext
-
Uses of GrapheneContext in org.jboss.arquillian.graphene.context
Methods in org.jboss.arquillian.graphene.context that return GrapheneContextModifier and TypeMethodDescriptionstatic GrapheneContextGrapheneContext.getContextFor(Class<?> qualifier) Get context associated to the given qualifier.static GrapheneContextGrapheneContext.lastContext()Returns last known context which has been access by a teststatic GrapheneContextGrapheneContext.setContextFor(GrapheneConfiguration configuration, org.openqa.selenium.WebDriver driver, Class<?> qualifier) Creates a new context for the given webdriver, configuration and qualifier. -
Uses of GrapheneContext in org.jboss.arquillian.graphene.javascript
Methods in org.jboss.arquillian.graphene.javascript with parameters of type GrapheneContextModifier and TypeMethodDescriptionExecutionResolver.execute(GrapheneContext context, JSCall call)