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:
- org.openqa.selenium.browserlaunchers.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleChromeLauncher
public GoogleChromeLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation)
GoogleChromeLauncher
public GoogleChromeLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
org.openqa.selenium.browserlaunchers.locators.BrowserInstallation browserInstallation)
launch
protected void launch(String url)
- Specified by:
launch
in class AbstractBrowserLauncher
close
public void close()
Copyright © 2012. All Rights Reserved.