Modifier and Type | Method and Description |
---|---|
ChromeDriverService |
ChromeDriverService.Builder.build()
Creates a new service to manage the driver server.
|
static ChromeDriverService |
ChromeDriverService.createDefaultService()
Configures and returns a new
ChromeDriverService using the default configuration. |
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 © 2013. All rights reserved.