public class GoogleChromeLauncher extends AbstractBrowserLauncher
Known issues:
browserConfigurationOptions, sessionId| Constructor and Description |
|---|
GoogleChromeLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
BrowserInstallation browserInstallation) |
GoogleChromeLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation) |
| Modifier and Type | Method and Description |
|---|---|
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).
|
protected void |
launch(String url) |
getConfiguration, getPort, launchHTMLSuite, launchRemoteSessionpublic GoogleChromeLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserLaunchLocation)
public GoogleChromeLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
protected void launch(String url)
launch in class AbstractBrowserLauncherpublic void close()
BrowserLauncherpublic Process getProcess()
BrowserLauncherCopyright © 2012. All Rights Reserved.