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, launchRemoteSessionprotected 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
IOExceptionpublic void launch(String url)
launch in class AbstractBrowserLauncherpublic void close()
BrowserLauncherpublic Process getProcess()
BrowserLauncherpublic static void main(String[] args)
public static void setChangeMaxConnections(boolean changeMaxConnections)
Copyright © 2012. All Rights Reserved.