public interface DriverProvider
Modifier and Type | Method and Description |
---|---|
default java.util.Properties |
capabilitiesToProperties(org.openqa.selenium.Capabilities capabilities) |
default org.openqa.selenium.WebDriver |
newInstance(java.lang.String options) |
org.openqa.selenium.WebDriver |
newInstance(java.lang.String options,
net.thucydides.core.util.EnvironmentVariables environmentVariables) |
default org.openqa.selenium.WebDriver newInstance(java.lang.String options) throws java.net.MalformedURLException
java.net.MalformedURLException
org.openqa.selenium.WebDriver newInstance(java.lang.String options, net.thucydides.core.util.EnvironmentVariables environmentVariables) throws java.net.MalformedURLException
java.net.MalformedURLException
default java.util.Properties capabilitiesToProperties(org.openqa.selenium.Capabilities capabilities)