| Modifier and Type | Method and Description |
|---|---|
void |
afterSwitchingToContext(WebDriver driver,
java.lang.String context)
Called after
ContextAware.context(String). |
void |
beforeSwitchingToContext(WebDriver driver,
java.lang.String context)
Called before
ContextAware.context(String). |
void beforeSwitchingToContext(WebDriver driver, java.lang.String context)
ContextAware.context(String).driver - Webdrivercontext - The context that is needed to switch to.void afterSwitchingToContext(WebDriver driver, java.lang.String context)
ContextAware.context(String).driver - Webdrivercontext - The context that is needed to switch to.