org.openqa.selenium.server.browserlaunchers
Class GoogleChromeLauncher
java.lang.Object
org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher
- All Implemented Interfaces:
- BrowserLauncher
public class GoogleChromeLauncher
- extends AbstractBrowserLauncher
Browser launcher for Google Chrome.
Known issues:
- Does not support the avoidProxy command-line option.
- Does not fall back to a direct connection if the proxy fails to
respond.
Method Summary |
void |
close()
Stop (kill) the browser process |
java.lang.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(java.lang.String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleChromeLauncher
public GoogleChromeLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
java.lang.String sessionId,
java.lang.String browserLaunchLocation)
GoogleChromeLauncher
public GoogleChromeLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
java.lang.String sessionId,
BrowserInstallation browserInstallation)
launch
protected void launch(java.lang.String url)
- Specified by:
launch
in class AbstractBrowserLauncher
close
public void close()
- Description copied from interface:
BrowserLauncher
- Stop (kill) the browser process
getProcess
public java.lang.Process getProcess()
- Description copied from interface:
BrowserLauncher
- Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd).
- Returns:
- a handle to a process if one is available, or null if one is not available or if no browser is running
Copyright © 2010. All Rights Reserved.