Class BeforeACrossBrowserTestingScenario

java.lang.Object
net.serenitybdd.crossbrowsertesting.BeforeACrossBrowserTestingScenario
All Implemented Interfaces:
BeforeAWebdriverScenario

public class BeforeACrossBrowserTestingScenario
extends java.lang.Object
implements BeforeAWebdriverScenario
  • Constructor Summary

    Constructors
    Constructor Description
    BeforeACrossBrowserTestingScenario()  
  • Method Summary

    Modifier and Type Method Description
    org.openqa.selenium.remote.DesiredCapabilities apply​(EnvironmentVariables environmentVariables, SupportedWebDriver driver, net.thucydides.core.model.TestOutcome testOutcome, org.openqa.selenium.remote.DesiredCapabilities capabilities)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeforeACrossBrowserTestingScenario

      public BeforeACrossBrowserTestingScenario()
  • Method Details