Uses of Class
org.openqa.selenium.chrome.ChromeDriverService
-
Uses of ChromeDriverService in org.openqa.selenium.chrome
Modifier and TypeMethodDescriptionstatic ChromeDriverService
ChromeDriverService.createDefaultService()
Configures and returns a newChromeDriverService
using the default configuration.protected ChromeDriverService
ChromeDriverService.Builder.createDriverService
(File exe, int port, Duration timeout, List<String> args, Map<String, String> environment) ModifierConstructorDescriptionChromeDriver
(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, ClientConfig clientConfig)