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:
- org.openqa.selenium.browserlaunchers.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 org.openqa.selenium.browserlaunchers.WindowsProxyManager wpm
changeMaxConnections
protected boolean changeMaxConnections
InternetExplorerCustomProxyLauncher
public InternetExplorerCustomProxyLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation)
InternetExplorerCustomProxyLauncher
public InternetExplorerCustomProxyLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
org.openqa.selenium.browserlaunchers.locators.BrowserInstallation browserInstallation)
changeRegistrySettings
protected void changeRegistrySettings()
throws IOException
- Throws:
IOException
launch
public void launch(String url)
- Specified by:
launch
in class AbstractBrowserLauncher
close
public void close()
getProcess
public Process getProcess()
main
public static void main(String[] args)
setChangeMaxConnections
public static void setChangeMaxConnections(boolean changeMaxConnections)
Copyright © 2011. All Rights Reserved.