Uses of Class
org.openqa.selenium.chrome.ChromeDriverService
Packages that use ChromeDriverService
- 
Uses of ChromeDriverService in org.openqa.selenium.chromeMethods in org.openqa.selenium.chrome that return ChromeDriverServiceModifier and TypeMethodDescriptionstatic ChromeDriverServiceChromeDriverService.createDefaultService()Configures and returns a newChromeDriverServiceusing the default configuration.protected ChromeDriverServiceChromeDriverService.Builder.createDriverService(File exe, int port, Duration timeout, List<String> args, Map<String, String> environment) Constructors in org.openqa.selenium.chrome with parameters of type ChromeDriverServiceModifierConstructorDescriptionChromeDriver(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)