public static class ChromeDriverService.Builder extends DriverService.Builder<ChromeDriverService,ChromeDriverService.Builder>
ChromeDriverService instances.| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChromeDriverService.Builder |
withSilent(boolean silent)
Configures the driver server for silent output.
|
ChromeDriverService.Builder |
withVerbose(boolean verbose)
Configures the driver server verbosity.
|
ChromeDriverService.Builder |
withWhitelistedIps(String whitelistedIps)
Configures the comma-separated list of remote IPv4 addresses which are allowed to connect
to the driver server.
|
build, usingAnyFreePort, usingDriverExecutable, usingPort, withEnvironment, withLogFilepublic ChromeDriverService.Builder withVerbose(boolean verbose)
verbose - true for verbose output, false otherwise.public ChromeDriverService.Builder withSilent(boolean silent)
silent - true for silent output, false otherwise.public ChromeDriverService.Builder withWhitelistedIps(String whitelistedIps)
whitelistedIps - comma-separated list of remote IPv4 addresses