Uses of Class
org.openqa.selenium.chrome.ChromeDriverService
-
Uses of ChromeDriverService in org.openqa.selenium.chrome
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, @Nullable 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, org.openqa.selenium.remote.http.ClientConfig clientConfig)