Package | Description |
---|---|
org.openqa.selenium.server.browserlaunchers |
Provides classes to launch and kill browsers.
|
Modifier and Type | Field and Description |
---|---|
protected LauncherUtils.ProxySetting |
FirefoxCustomProfileLauncher.proxySetting |
Modifier and Type | Method and Description |
---|---|
static LauncherUtils.ProxySetting |
LauncherUtils.ProxySetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LauncherUtils.ProxySetting[] |
LauncherUtils.ProxySetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
LauncherUtils.generatePacAndPrefJs(File customProfileDir,
int port,
LauncherUtils.ProxySetting proxySetting,
String homePage,
boolean changeMaxConnections,
int timeoutInSeconds,
boolean avoidProxy) |
Copyright © 2012. All Rights Reserved.