org.openqa.selenium.server.browserlaunchers
Class InternetExplorerCustomProxyLauncher

java.lang.Object
  extended by org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
      extended by org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
All Implemented Interfaces:
BrowserLauncher
Direct Known Subclasses:
ProxyInjectionInternetExplorerCustomProxyLauncher

public class InternetExplorerCustomProxyLauncher
extends AbstractBrowserLauncher


Field Summary
protected  boolean changeMaxConnections
           
protected  boolean customPACappropriate
           
protected  WindowsProxyManager wpm
           
 
Fields inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
browserConfigurationOptions, sessionId
 
Constructor Summary
InternetExplorerCustomProxyLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
InternetExplorerCustomProxyLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, java.lang.String browserLaunchLocation)
           
 
Method Summary
protected  void changeRegistrySettings()
           
 void close()
           
 void launch(java.lang.String url)
           
static void main(java.lang.String[] args)
           
static void setChangeMaxConnections(boolean changeMaxConnections)
           
 
Methods inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
getCommandLineFlags, getCommandLineFlagsAsArray, getConfiguration, getPort, getTimeout, launchHTMLSuite, launchRemoteSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customPACappropriate

protected boolean customPACappropriate

wpm

protected WindowsProxyManager wpm

changeMaxConnections

protected boolean changeMaxConnections
Constructor Detail

InternetExplorerCustomProxyLauncher

public InternetExplorerCustomProxyLauncher(Capabilities browserOptions,
                                           RemoteControlConfiguration configuration,
                                           java.lang.String sessionId,
                                           java.lang.String browserLaunchLocation)

InternetExplorerCustomProxyLauncher

public InternetExplorerCustomProxyLauncher(Capabilities browserOptions,
                                           RemoteControlConfiguration configuration,
                                           java.lang.String sessionId,
                                           BrowserInstallation browserInstallation)
Method Detail

changeRegistrySettings

protected void changeRegistrySettings()

launch

public void launch(java.lang.String url)
Specified by:
launch in class AbstractBrowserLauncher

close

public void close()

main

public static void main(java.lang.String[] args)

setChangeMaxConnections

public static void setChangeMaxConnections(boolean changeMaxConnections)


Copyright © 2012. All Rights Reserved.