Package | Description |
---|---|
com.thoughtworks.selenium |
Modifier and Type | Method and Description |
---|---|
BrowserConfigurationOptions |
BrowserConfigurationOptions.set(String key,
String value)
Sets the given key to the given value unless the value is null.
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setBrowserExecutablePath(String executablePath)
Sets the full path for the browser executable.
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setBrowserMode(String mode)
Sets the "mode" for the browser.
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setCommandLineFlags(String cmdLineFlags) |
BrowserConfigurationOptions |
BrowserConfigurationOptions.setMultiWindow()
Sets
MULTI_WINDOW and unsets SINGLE_WINDOW |
BrowserConfigurationOptions |
BrowserConfigurationOptions.setProfile(String profile)
Sets the name of the profile, which must exist in the -profilesLocation directory, to use for
this browser session.
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setSingleWindow()
Sets
SINGLE_WINDOW and unsets MULTI_WINDOW . |
BrowserConfigurationOptions |
BrowserConfigurationOptions.setTimeoutInSeconds(int timeout)
Sets the timeout, in seconds, for all commands.
|
Copyright © 2013. All rights reserved.