org.openqa.selenium.server.browserlaunchers
Class ProxyInjectionInternetExplorerCustomProxyLauncher

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

public class ProxyInjectionInternetExplorerCustomProxyLauncher
extends InternetExplorerCustomProxyLauncher

launcher for IE under proxy injection mode In proxy injection mode, the selenium server is a proxy for all traffic from the browser, not just traffic going to selenium-server URLs. The incoming HTML is modified to include selenium's JavaScript, which then controls the test page from within (as opposed to controlling the test page from a different window, as selenium remote control normally does).

Author:
nelsons

Field Summary
 
Fields inherited from class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
changeMaxConnections, customPACappropriate, popupMgrType, REG_KEY_AUTOCONFIG_URL, REG_KEY_AUTOPROXY_RESULT_CACHE, REG_KEY_BACKUP_AUTOCONFIG_URL, REG_KEY_BACKUP_AUTOPROXY_RESULT_CACHE, REG_KEY_BACKUP_MAX_CONNECTIONS_PER_1_0_SVR, REG_KEY_BACKUP_MAX_CONNECTIONS_PER_1_1_SVR, REG_KEY_BACKUP_MIME_EXCLUSION_LIST_FOR_CACHE, REG_KEY_BACKUP_POPUP_MGR, REG_KEY_BACKUP_PROXY_ENABLE, REG_KEY_BACKUP_PROXY_OVERRIDE, REG_KEY_BACKUP_PROXY_SERVER, REG_KEY_BACKUP_READY, REG_KEY_BACKUP_USERNAME_PASSWORD_DISABLE, REG_KEY_BASE, REG_KEY_MAX_CONNECTIONS_PER_1_0_SVR, REG_KEY_MAX_CONNECTIONS_PER_1_1_SVR, REG_KEY_MIME_EXCLUSION_LIST_FOR_CACHE, REG_KEY_POPUP_MGR, REG_KEY_PROXY_ENABLE, REG_KEY_PROXY_OVERRIDE, REG_KEY_PROXY_SERVER, REG_KEY_SELENIUM_FOLDER, REG_KEY_USERNAME_PASSWORD_DISABLE, REG_KEY_WARN_ON_FORM_SUBMIT
 
Fields inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
sessionId
 
Constructor Summary
ProxyInjectionInternetExplorerCustomProxyLauncher(int port, java.lang.String sessionId)
           
ProxyInjectionInternetExplorerCustomProxyLauncher(int port, java.lang.String sessionId, java.lang.String browserLaunchLocation)
           
 
Method Summary
protected  void changeRegistrySettings()
           
static void setChangeMaxConnections(boolean changeMaxConnections)
           
 
Methods inherited from class org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
addRegistryKeyToBackupList, backupRegistrySettings, close, findBrowserLaunchLocation, getProcess, handleEvilPopupMgrBackup, init, initStatic, isStaticInitDone, launch, main, restoreRegistrySettings, setBaseRegKey, turnOffPopupBlocking
 
Methods inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
launchHTMLSuite, launchRemoteSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInjectionInternetExplorerCustomProxyLauncher

public ProxyInjectionInternetExplorerCustomProxyLauncher(int port,
                                                         java.lang.String sessionId)

ProxyInjectionInternetExplorerCustomProxyLauncher

public ProxyInjectionInternetExplorerCustomProxyLauncher(int port,
                                                         java.lang.String sessionId,
                                                         java.lang.String browserLaunchLocation)
Method Detail

changeRegistrySettings

protected void changeRegistrySettings()
                               throws java.io.IOException
Overrides:
changeRegistrySettings in class InternetExplorerCustomProxyLauncher
Throws:
java.io.IOException

setChangeMaxConnections

public static void setChangeMaxConnections(boolean changeMaxConnections)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.