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, launchRemoteSession
public 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 AbstractBrowserLauncher
public void close()
BrowserLauncher
public Process getProcess()
BrowserLauncher
Copyright © 2012. All Rights Reserved.