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