Modifier and Type | Method and Description |
---|---|
static ChromeDriverService |
ChromeDriverService.createDefaultService()
Configures and returns a new
ChromeDriverService using the default configuration. |
protected ChromeDriverService |
ChromeDriverService.Builder.createDriverService(File exe,
int port,
com.google.common.collect.ImmutableList<String> args,
com.google.common.collect.ImmutableMap<String,String> environment) |
Constructor and Description |
---|
ChromeDriver(ChromeDriverService service)
Creates a new ChromeDriver instance.
|
ChromeDriver(ChromeDriverService service,
org.openqa.selenium.Capabilities capabilities)
Creates a new ChromeDriver instance.
|
ChromeDriver(ChromeDriverService service,
ChromeOptions options)
Creates a new ChromeDriver instance with the specified options.
|
Copyright © 2015. All rights reserved.