org.openqa.selenium.server.browserlaunchers
Class InternetExplorerCustomProxyLauncher
java.lang.Object
org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
org.openqa.selenium.server.browserlaunchers.InternetExplorerCustomProxyLauncher
- All Implemented Interfaces:
- BrowserLauncher
- Direct Known Subclasses:
- ProxyInjectionInternetExplorerCustomProxyLauncher
public class InternetExplorerCustomProxyLauncher
- extends AbstractBrowserLauncher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customPACappropriate
protected boolean customPACappropriate
wpm
protected WindowsProxyManager wpm
changeMaxConnections
protected boolean changeMaxConnections
InternetExplorerCustomProxyLauncher
public InternetExplorerCustomProxyLauncher(int port,
java.lang.String sessionId)
InternetExplorerCustomProxyLauncher
public InternetExplorerCustomProxyLauncher(int port,
java.lang.String sessionId,
java.lang.String browserLaunchLocation)
changeRegistrySettings
protected void changeRegistrySettings()
throws java.io.IOException
- Throws:
java.io.IOException
findBrowserLaunchLocation
protected static java.lang.String findBrowserLaunchLocation()
launch
public void launch(java.lang.String url)
- Specified by:
launch
in class AbstractBrowserLauncher
close
public void close()
- Description copied from interface:
BrowserLauncher
- Stop (kill) the browser process
getProcess
public java.lang.Process getProcess()
- Description copied from interface:
BrowserLauncher
- Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd).
- Returns:
- a handle to a process if one is available, or null if one is not available or if no browser is running
main
public static void main(java.lang.String[] args)
setChangeMaxConnections
public static void setChangeMaxConnections(boolean changeMaxConnections)
Copyright © 2008. All Rights Reserved.