|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChromeDriverService in org.openqa.selenium.chrome |
---|
Methods in org.openqa.selenium.chrome that return ChromeDriverService | |
---|---|
ChromeDriverService |
ChromeDriverService.Builder.build()
Creates a new binary to manage the chromedriver server. |
static ChromeDriverService |
ChromeDriverService.createDefaultService()
Configures and returns a new ChromeDriverService using the default configuration. |
Constructors in org.openqa.selenium.chrome with parameters of type ChromeDriverService | |
---|---|
ChromeDriver(ChromeDriverService service)
Creates a new ChromeDriver instance. |
|
ChromeDriver(ChromeDriverService service,
Capabilities capabilities)
Deprecated. Use ChromeDriver.ChromeDriver(ChromeDriverService, ChromeOptions) |
|
ChromeDriver(ChromeDriverService service,
ChromeOptions options)
Creates a new ChromeDriver instance with the specified options. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |