org.openqa.selenium.server.browserlaunchers
Class GoogleChromeLauncher

java.lang.Object
  extended by org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
      extended by org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher
All Implemented Interfaces:
BrowserLauncher

public class GoogleChromeLauncher
extends AbstractBrowserLauncher

Browser launcher for Google Chrome.

Known issues:


Field Summary
 
Fields inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
browserConfigurationOptions, sessionId
 
Constructor Summary
GoogleChromeLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
GoogleChromeLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, java.lang.String browserLaunchLocation)
           
 
Method Summary
 void close()
           
 java.lang.Process getProcess()
           
protected  void launch(java.lang.String url)
           
 
Methods inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
getCommandLineFlags, getConfiguration, getPort, getTimeout, launchHTMLSuite, launchRemoteSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleChromeLauncher

public GoogleChromeLauncher(Capabilities browserOptions,
                            RemoteControlConfiguration configuration,
                            java.lang.String sessionId,
                            java.lang.String browserLaunchLocation)

GoogleChromeLauncher

public GoogleChromeLauncher(Capabilities browserOptions,
                            RemoteControlConfiguration configuration,
                            java.lang.String sessionId,
                            BrowserInstallation browserInstallation)
Method Detail

launch

protected void launch(java.lang.String url)
Specified by:
launch in class AbstractBrowserLauncher

close

public void close()

getProcess

public java.lang.Process getProcess()


Copyright © 2011. All Rights Reserved.