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, java.util.List<java.lang.String> args, java.util.Map<java.lang.String,java.lang.String> environment)
static ChromeDriverService
ChromeDriverService. createServiceWithConfig(ChromeOptions options)
Configures and returns a newChromeDriverService
using the supplied configuration.Constructors in org.openqa.selenium.chrome with parameters of type ChromeDriverService Constructor Description ChromeDriver(ChromeDriverService service)
Creates a new ChromeDriver instance.ChromeDriver(ChromeDriverService service, ChromeOptions options)
Creates a new ChromeDriver instance with the specified options.
-