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