public static class InternetExplorerDriverService.Builder extends DriverService.Builder<InternetExplorerDriverService,InternetExplorerDriverService.Builder>
InternetExplorerDriverService
instances.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.collect.ImmutableList<String> |
createArgs() |
protected InternetExplorerDriverService |
createDriverService(File exe,
int port,
com.google.common.collect.ImmutableList<String> args,
com.google.common.collect.ImmutableMap<String,String> environment) |
protected File |
findDefaultExecutable() |
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, getLogFile, getPort, usingAnyFreePort, usingDriverExecutable, usingPort, withEnvironment, withLogFile
public 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.protected File findDefaultExecutable()
findDefaultExecutable
in class DriverService.Builder<InternetExplorerDriverService,InternetExplorerDriverService.Builder>
protected com.google.common.collect.ImmutableList<String> createArgs()
createArgs
in class DriverService.Builder<InternetExplorerDriverService,InternetExplorerDriverService.Builder>
protected InternetExplorerDriverService createDriverService(File exe, int port, com.google.common.collect.ImmutableList<String> args, com.google.common.collect.ImmutableMap<String,String> environment)
createDriverService
in class DriverService.Builder<InternetExplorerDriverService,InternetExplorerDriverService.Builder>
Copyright © 2015. All rights reserved.