public class GoogleChromeLauncher extends AbstractBrowserLauncher
Known issues:
browserConfigurationOptions, sessionId
Constructor and Description |
---|
GoogleChromeLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
java.lang.String sessionId,
BrowserInstallation browserInstallation) |
GoogleChromeLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
java.lang.String sessionId,
java.lang.String browserLaunchLocation) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Stop (kill) the browser process
|
protected void |
launch(java.lang.String url) |
getCommandLineFlagsAsArray, getConfiguration, getPort, getTimeout, launchHTMLSuite, launchRemoteSession
public GoogleChromeLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, java.lang.String browserLaunchLocation)
public GoogleChromeLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
protected void launch(java.lang.String url)
launch
in class AbstractBrowserLauncher
public void close()
BrowserLauncher