org.openqa.selenium.server.browserlaunchers
Class FirefoxLauncher

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

public class FirefoxLauncher
extends java.lang.Object
implements BrowserLauncher


Constructor Summary
FirefoxLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, java.lang.String browserLaunchLocation)
           
 
Method Summary
 void close()
           
 java.lang.Process getProcess()
           
 void launchHTMLSuite(java.lang.String suiteUrl, java.lang.String baseUrl)
           
 void launchRemoteSession(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirefoxLauncher

public FirefoxLauncher(Capabilities browserOptions,
                       RemoteControlConfiguration configuration,
                       java.lang.String sessionId,
                       java.lang.String browserLaunchLocation)
                throws InvalidBrowserExecutableException
Throws:
InvalidBrowserExecutableException
Method Detail

close

public void close()
Specified by:
close in interface BrowserLauncher

getProcess

public java.lang.Process getProcess()
Specified by:
getProcess in interface BrowserLauncher

launchHTMLSuite

public void launchHTMLSuite(java.lang.String suiteUrl,
                            java.lang.String baseUrl)
Specified by:
launchHTMLSuite in interface BrowserLauncher

launchRemoteSession

public void launchRemoteSession(java.lang.String url)
Specified by:
launchRemoteSession in interface BrowserLauncher


Copyright © 2011. All Rights Reserved.