Class AfterABrowserStackScenario
java.lang.Object
net.serenitybdd.plugins.browserstack.AfterABrowserStackScenario
- All Implemented Interfaces:
net.serenitybdd.core.webdriver.enhancers.AfterAWebdriverScenario
public class AfterABrowserStackScenario
extends Object
implements net.serenitybdd.core.webdriver.enhancers.AfterAWebdriverScenario
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(net.thucydides.model.util.EnvironmentVariables environmentVariables, net.thucydides.model.domain.TestOutcome testOutcome, org.openqa.selenium.WebDriver driver) booleanisActivated(net.thucydides.model.util.EnvironmentVariables environmentVariables)
-
Constructor Details
-
AfterABrowserStackScenario
public AfterABrowserStackScenario()
-
-
Method Details
-
apply
public void apply(net.thucydides.model.util.EnvironmentVariables environmentVariables, net.thucydides.model.domain.TestOutcome testOutcome, org.openqa.selenium.WebDriver driver) - Specified by:
applyin interfacenet.serenitybdd.core.webdriver.enhancers.AfterAWebdriverScenario
-
isActivated
public boolean isActivated(net.thucydides.model.util.EnvironmentVariables environmentVariables) - Specified by:
isActivatedin interfacenet.serenitybdd.core.webdriver.enhancers.AfterAWebdriverScenario
-