public class RemoteDriverProvider extends java.lang.Object implements DriverProvider
| Constructor and Description |
|---|
RemoteDriverProvider(EnvironmentVariables environmentVariables,
CapabilityEnhancer enhancer) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
newInstance() |
org.openqa.selenium.WebDriver |
newRemoteDriver(java.net.URL remoteUrl,
org.openqa.selenium.Capabilities capabilities) |
public RemoteDriverProvider(EnvironmentVariables environmentVariables, CapabilityEnhancer enhancer)
public org.openqa.selenium.WebDriver newInstance()
throws java.net.MalformedURLException
newInstance in interface DriverProviderjava.net.MalformedURLExceptionpublic org.openqa.selenium.WebDriver newRemoteDriver(java.net.URL remoteUrl,
org.openqa.selenium.Capabilities capabilities)