Uses of Class
org.openqa.selenium.chrome.ChromeDriverService
-
-
Uses of ChromeDriverService in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome that return ChromeDriverService Modifier and Type Method Description static ChromeDriverService
ChromeDriverService. createDefaultService()
Configures and returns a newChromeDriverService
using the default configuration.protected ChromeDriverService
ChromeDriverService.Builder. createDriverService(java.io.File exe, int port, java.time.Duration timeout, com.google.common.collect.ImmutableList<java.lang.String> args, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> environment)
Constructors in org.openqa.selenium.chrome with parameters of type ChromeDriverService Constructor Description ChromeDriver(ChromeDriverService service)
Creates a new ChromeDriver instance.ChromeDriver(ChromeDriverService service, org.openqa.selenium.Capabilities capabilities)
ChromeDriver(ChromeDriverService service, ChromeOptions options)
Creates a new ChromeDriver instance with the specified options.
-