Interface DriverProvider
- All Known Implementing Classes:
AppiumDriverProvider
,ChromeDriverProvider
,EdgeDriverProvider
,FirefoxDriverProvider
,HtmlDriverProvider
,InternetExplorerDriverProvider
,PhantomJSDriverProvider
,ProvidedDriverProvider
,RemoteDriverProvider
,SafariDriverProvider
public interface DriverProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault Properties
capabilitiesToProperties
(org.openqa.selenium.Capabilities capabilities) default boolean
isDriverAutomaticallyDownloaded
(EnvironmentVariables environmentVariables) default org.openqa.selenium.WebDriver
newInstance
(String options) org.openqa.selenium.WebDriver
newInstance
(String options, EnvironmentVariables environmentVariables)
-
Method Details
-
newInstance
- Throws:
MalformedURLException
-
newInstance
org.openqa.selenium.WebDriver newInstance(String options, EnvironmentVariables environmentVariables) throws MalformedURLException - Throws:
MalformedURLException
-
capabilitiesToProperties
-
isDriverAutomaticallyDownloaded
-