private static boolean alwaysChangeMaxConnections = false;
protected boolean changeMaxConnections = alwaysChangeMaxConnections;
public InternetExplorerCustomProxyLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserLaunchLocation) {
this(browserOptions, configuration, sessionId, ApplicationRegistry.instance().browserInstallationCache().locateBrowserInstallation(
"iexplore", browserLaunchLocation, new InternetExplorerLocator()));
}