BrowserConfigurationOptions |
BrowserConfigurationOptions.set(java.lang.String key,
java.lang.String value) |
Sets the given key to the given value unless the value is null.
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setBrowserExecutablePath(java.lang.String executablePath) |
Sets the full path for the browser executable.
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setBrowserMode(java.lang.String mode) |
Sets the "mode" for the browser.
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setCommandLineFlags(java.lang.String cmdLineFlags) |
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setMultiWindow() |
Sets MULTI_WINDOW and unsets SINGLE_WINDOW
|
BrowserConfigurationOptions |
BrowserConfigurationOptions.setProfile(java.lang.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.
|