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, 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

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

    isActivated
  • Constructor Details

    • BeforeACrossBrowserTestingScenario

      public BeforeACrossBrowserTestingScenario()
  • Method Details