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 ChromeDriverServiceChromeDriverService. createDefaultService()Configures and returns a newChromeDriverServiceusing the default configuration.protected ChromeDriverServiceChromeDriverService.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)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.ChromeDriver(ChromeDriverService service, ChromeOptions options, org.openqa.selenium.remote.http.ClientConfig clientConfig)
-