Uses of Class
org.openqa.selenium.server.browserlaunchers.LauncherUtils.ProxySetting

Packages that use LauncherUtils.ProxySetting
org.openqa.selenium.server.browserlaunchers Provides classes to launch and kill browsers. 
 

Uses of LauncherUtils.ProxySetting in org.openqa.selenium.server.browserlaunchers
 

Fields in org.openqa.selenium.server.browserlaunchers declared as LauncherUtils.ProxySetting
protected  LauncherUtils.ProxySetting FirefoxCustomProfileLauncher.proxySetting
           
 

Methods in org.openqa.selenium.server.browserlaunchers that return LauncherUtils.ProxySetting
static LauncherUtils.ProxySetting LauncherUtils.ProxySetting.valueOf(java.lang.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're declared.
 

Methods in org.openqa.selenium.server.browserlaunchers with parameters of type LauncherUtils.ProxySetting
protected static void LauncherUtils.generatePacAndPrefJs(java.io.File customProfileDir, int port, LauncherUtils.ProxySetting proxySetting, java.lang.String homePage, boolean changeMaxConnections, int timeoutInSeconds, boolean avoidProxy)
           
 



Copyright © 2010. All Rights Reserved.