Uses of Class
org.openqa.selenium.chrome.ChromeDriverService
Packages that use ChromeDriverService
-
Uses of ChromeDriverService in org.openqa.selenium.chrome
Subclasses with type arguments of type ChromeDriverService in org.openqa.selenium.chromeModifier and TypeClassDescriptionstatic classBuilder used to configure newChromeDriverServiceinstances.Methods in org.openqa.selenium.chrome that return ChromeDriverServiceModifier and TypeMethodDescriptionstatic ChromeDriverServiceChromeDriverService.createDefaultService()Configures and returns a newChromeDriverServiceusing the default configuration.protected ChromeDriverServiceChromeDriverService.Builder.createDriverService(@Nullable File exe, int port, Duration timeout, @Nullable List<String> args, @Nullable 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) ElectronDriver(ChromeDriverService service, ElectronOptions options) ElectronDriver(ChromeDriverService service, ElectronOptions options, ClientConfig clientConfig)