Interface DriverProvider
- All Known Implementing Classes:
AppiumDriverProvider,ChromeDriverProvider,EdgeDriverProvider,FirefoxDriverProvider,HtmlDriverProvider,InternetExplorerDriverProvider,PhantomJSDriverProvider,ProvidedDriverProvider,RemoteDriverProvider,SafariDriverProvider
public interface DriverProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault PropertiescapabilitiesToProperties(org.openqa.selenium.Capabilities capabilities) default booleanisDriverAutomaticallyDownloaded(EnvironmentVariables environmentVariables) default org.openqa.selenium.WebDrivernewInstance(String options) org.openqa.selenium.WebDrivernewInstance(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
-