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
    void apply​(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, wait

    Methods inherited from interface net.serenitybdd.core.webdriver.enhancers.AfterAWebdriverScenario

    isActivated
  • Constructor Details

    • AfterACrossBrowserTestingScenario

      public AfterACrossBrowserTestingScenario()
  • Method Details