public class RemoteDriverBuilder extends java.lang.Object implements DriverBuilder
| Constructor and Description |
|---|
RemoteDriverBuilder(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 RemoteDriverBuilder(EnvironmentVariables environmentVariables, CapabilityEnhancer enhancer)
public org.openqa.selenium.WebDriver newInstance()
throws java.net.MalformedURLException
newInstance in interface DriverBuilderjava.net.MalformedURLExceptionpublic org.openqa.selenium.WebDriver newRemoteDriver(java.net.URL remoteUrl,
org.openqa.selenium.Capabilities capabilities)