Class FirefoxDriverProvider
java.lang.Object
net.serenitybdd.core.webdriver.driverproviders.FirefoxDriverProvider
- All Implemented Interfaces:
DriverProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebDriver
newInstance
(String options, EnvironmentVariables environmentVariables) protected String
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.driverproviders.DriverProvider
capabilitiesToProperties, isDriverAutomaticallyDownloaded, newInstance
-
Constructor Details
-
FirefoxDriverProvider
-
-
Method Details
-
serviceName
-
newInstance
public org.openqa.selenium.WebDriver newInstance(String options, EnvironmentVariables environmentVariables) - Specified by:
newInstance
in interfaceDriverProvider
-