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(org.openqa.selenium.Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
org.openqa.selenium.browserlaunchers.locators.BrowserInstallation browserInstallation) |
InternetExplorerCustomProxyLauncher(org.openqa.selenium.Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changeRegistrySettings() |
void |
close()
Stop (kill) the browser process
|
void |
launch(String url) |
static void |
main(String[] args) |
static void |
setChangeMaxConnections(boolean changeMaxConnections) |
getCommandLineFlagsAsArray, getConfiguration, getPort, getTimeout, launchHTMLSuite, launchRemoteSessionprotected boolean customPACappropriate
protected WindowsProxyManager wpm
protected boolean changeMaxConnections
public InternetExplorerCustomProxyLauncher(org.openqa.selenium.Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation)
public InternetExplorerCustomProxyLauncher(org.openqa.selenium.Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
org.openqa.selenium.browserlaunchers.locators.BrowserInstallation browserInstallation)
protected void changeRegistrySettings()
public void launch(String url)
launch in class AbstractBrowserLauncherpublic void close()
BrowserLauncherpublic static void main(String[] args)
public static void setChangeMaxConnections(boolean changeMaxConnections)
Copyright © 2015. All rights reserved.