public static class WiniumDriverService.Builder extends org.openqa.selenium.remote.service.DriverService.Builder<WiniumDriverService,WiniumDriverService.Builder>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WiniumDriverService |
buildDesktopService()
Creates a new
WiniumDriverService to manage the Winium Desktop Driver server. |
WiniumDriverService |
buildSilverlightService()
Creates a new
WiniumDriverService to manage the Winium WindowsPhone Driver server. |
WiniumDriverService |
buildStoreAppsService()
Creates a new
WiniumDriverService to manage the Winium StoreApps Driver server. |
protected com.google.common.collect.ImmutableList<String> |
createArgs() |
protected WiniumDriverService |
createDriverService(File exe,
int port,
com.google.common.collect.ImmutableList<String> args,
com.google.common.collect.ImmutableMap<String,String> environment) |
protected File |
findDefaultExecutable() |
WiniumDriverService.Builder |
usingDriverExecutable(File file)
Sets which driver executable the builder will use.
|
WiniumDriverService.Builder |
withSilent(boolean silent)
Configures the driver server for silent output.
|
WiniumDriverService.Builder |
withVerbose(boolean verbose)
Configures the driver server verbosity.
|
public WiniumDriverService.Builder usingDriverExecutable(File file)
usingDriverExecutable in class org.openqa.selenium.remote.service.DriverService.Builder<WiniumDriverService,WiniumDriverService.Builder>file - The executable to use.public WiniumDriverService.Builder withVerbose(boolean verbose)
verbose - true for verbose output, false otherwise.public WiniumDriverService.Builder withSilent(boolean silent)
silent - true for silent output, false otherwise.public WiniumDriverService buildDesktopService()
WiniumDriverService to manage the Winium Desktop Driver server.
Before creating a new service, the builder will find a port for the server to listen to.WiniumDriverService object.public WiniumDriverService buildSilverlightService()
WiniumDriverService to manage the Winium WindowsPhone Driver server.
Before creating a new service, the builder will find a port for the server to listen to.WiniumDriverService object.public WiniumDriverService buildStoreAppsService()
WiniumDriverService to manage the Winium StoreApps Driver server.
Before creating a new service, the builder will find a port for the server to listen to.WiniumDriverService object.protected File findDefaultExecutable()
findDefaultExecutable in class org.openqa.selenium.remote.service.DriverService.Builder<WiniumDriverService,WiniumDriverService.Builder>protected com.google.common.collect.ImmutableList<String> createArgs()
createArgs in class org.openqa.selenium.remote.service.DriverService.Builder<WiniumDriverService,WiniumDriverService.Builder>protected WiniumDriverService createDriverService(File exe, int port, com.google.common.collect.ImmutableList<String> args, com.google.common.collect.ImmutableMap<String,String> environment)
createDriverService in class org.openqa.selenium.remote.service.DriverService.Builder<WiniumDriverService,WiniumDriverService.Builder>Copyright © 2015. All rights reserved.