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