Uses of Class
org.openqa.selenium.chrome.ChromeDriverService.Builder
Packages that use ChromeDriverService.Builder
- 
Uses of ChromeDriverService.Builder in org.openqa.selenium.chromeMethods in org.openqa.selenium.chrome that return ChromeDriverService.BuilderModifier and TypeMethodDescriptionChromeDriverService.Builder.withAllowedListIps(String allowedListIps) Configures the comma-separated list of remote IPv4 addresses which are allowed to connect to the driver server.ChromeDriverService.Builder.withAppendLog(boolean appendLog) Configures the driver server appending to log file.ChromeDriverService.Builder.withBuildCheckDisabled(boolean noBuildCheck) Allows the driver to be used with potentially incompatible versions of the browser.ChromeDriverService.Builder.withLogLevel(ChromiumDriverLogLevel logLevel) Configures the driver server log level.ChromeDriverService.Builder.withReadableTimestamp(Boolean readableTimestamp) Configures the format of the logging for the driver server.ChromeDriverService.Builder.withSilent(boolean silent) Configures the driver server for silent output.ChromeDriverService.Builder.withVerbose(boolean verbose) Configures the driver server verbosity.