Interface WebDriverFactory

    • Method Detail

      • newWebDriver

        org.openqa.selenium.WebDriver newWebDriver​(org.openqa.selenium.Capabilities desiredCapabilities,
                                                   ConfigurationProperties configuration)
        Creates a new instance of WebDriver.
        Parameters:
        desiredCapabilities - Desired capabilities for the web driver
        configuration - Configuration
        Returns:
        new instance of web driver