Interface ContextEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidafterSwitchingToContext(org.openqa.selenium.WebDriver driver, java.lang.String context)Deprecated.Called afterContextAware.context(String).voidbeforeSwitchingToContext(org.openqa.selenium.WebDriver driver, java.lang.String context)Deprecated.Called beforeContextAware.context(String).
-
-
-
Method Detail
-
beforeSwitchingToContext
void beforeSwitchingToContext(org.openqa.selenium.WebDriver driver, java.lang.String context)Deprecated.Called beforeContextAware.context(String).- Parameters:
driver- Webdrivercontext- The context that is needed to switch to.
-
afterSwitchingToContext
void afterSwitchingToContext(org.openqa.selenium.WebDriver driver, java.lang.String context)Deprecated.Called afterContextAware.context(String).- Parameters:
driver- Webdrivercontext- The context that is needed to switch to.
-
-