public class InternetExplorerCustomProxyLauncher extends AbstractBrowserLauncher
Modifier and Type | Field and Description |
---|---|
protected boolean |
changeMaxConnections |
protected boolean |
customPACappropriate |
protected WindowsProxyManager |
wpm |
browserConfigurationOptions, sessionId
Constructor and Description |
---|
InternetExplorerCustomProxyLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
BrowserInstallation browserInstallation) |
InternetExplorerCustomProxyLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation) |
Modifier and Type | Method and Description |
---|---|
protected void |
changeRegistrySettings() |
void |
close()
Stop (kill) the browser process
|
Process |
getProcess()
Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd).
|
void |
launch(String url) |
static void |
main(String[] args) |
static void |
setChangeMaxConnections(boolean changeMaxConnections) |
getConfiguration, getPort, launchHTMLSuite, launchRemoteSession
protected boolean customPACappropriate
protected WindowsProxyManager wpm
protected boolean changeMaxConnections
public InternetExplorerCustomProxyLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserLaunchLocation)
public InternetExplorerCustomProxyLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
protected void changeRegistrySettings() throws IOException
IOException
public void launch(String url)
launch
in class AbstractBrowserLauncher
public void close()
BrowserLauncher
public Process getProcess()
BrowserLauncher
public static void main(String[] args)
public static void setChangeMaxConnections(boolean changeMaxConnections)
Copyright © 2012. All Rights Reserved.