public static class InternetExplorerDriverService.Builder extends DriverService.Builder<InternetExplorerDriverService,InternetExplorerDriverService.Builder>
InternetExplorerDriverService instances.| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
InternetExplorerDriverService.Builder |
withEngineImplementation(InternetExplorerDriverEngine engineImplementation)
Configures the driver engine implementation for the driver server.
|
InternetExplorerDriverService.Builder |
withExtractPath(File extractPath)
Configures path to which the driver server library will be extracted.
|
InternetExplorerDriverService.Builder |
withHost(String host)
Configures the host to which the driver server bound.
|
InternetExplorerDriverService.Builder |
withLogLevel(InternetExplorerDriverLogLevel logLevel)
Configures the logging level for the driver server.
|
InternetExplorerDriverService.Builder |
withSilent(Boolean silent)
Configures silence in stdout of the driver server by unlogged messages.
|
build, usingAnyFreePort, usingDriverExecutable, usingPort, withEnvironment, withLogFilepublic InternetExplorerDriverService.Builder withLogLevel(InternetExplorerDriverLogLevel logLevel)
logLevel - A level of the log verbosity.public InternetExplorerDriverService.Builder withEngineImplementation(InternetExplorerDriverEngine engineImplementation)
engineImplementation - The engine implementation to be used.public InternetExplorerDriverService.Builder withHost(String host)
host - A host name.public InternetExplorerDriverService.Builder withExtractPath(File extractPath)
extractPath - A path.public InternetExplorerDriverService.Builder withSilent(Boolean silent)
silent - To be silent in stdout ir not.