Package net.serenitybdd.browserstack
Class AfterABrowserStackScenario
java.lang.Object
net.serenitybdd.browserstack.AfterABrowserStackScenario
- All Implemented Interfaces:
AfterAWebdriverScenario
public class AfterABrowserStackScenario extends java.lang.Object implements AfterAWebdriverScenario
-
Constructor Summary
Constructors Constructor Description AfterABrowserStackScenario() -
Method Summary
Modifier and Type Method Description voidapply(EnvironmentVariables environmentVariables, net.thucydides.core.model.TestOutcome testOutcome, org.openqa.selenium.WebDriver driver)booleanisActivated(EnvironmentVariables environmentVariables)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AfterABrowserStackScenario
public AfterABrowserStackScenario()
-
-
Method Details
-
apply
public void apply(EnvironmentVariables environmentVariables, net.thucydides.core.model.TestOutcome testOutcome, org.openqa.selenium.WebDriver driver)- Specified by:
applyin interfaceAfterAWebdriverScenario
-
isActivated
- Specified by:
isActivatedin interfaceAfterAWebdriverScenario
-