org.openqa.selenium.server.browserlaunchers
Class Firefox2Launcher

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

public class Firefox2Launcher
extends FirefoxChromeLauncher


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
FirefoxChromeLauncher.ChromeUrlConvert, FirefoxChromeLauncher.FileLockRemainedException
 
Field Summary
 
Fields inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
browserConfigurationOptions, sessionId
 
Constructor Summary
Firefox2Launcher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserLaunchLocation)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
close, copyCert8db, copyDirectory, copySingleFileWithOverwrite, createCustomProfileDir, extractProfileFromJar, generatePacAndPrefJs, getFileFromParent, initProfileTemplate, killFirefoxProcess, launch, launchHTMLSuite, launchRemoteSession, prepareCommand, removeCustomProfileDir, setCommandLine, setCustomProfileDir
 
Methods inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
getCommandLineFlags, getCommandLineFlagsAsArray, getConfiguration, getPort, getTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Firefox2Launcher

public Firefox2Launcher(Capabilities browserOptions,
                        RemoteControlConfiguration configuration,
                        String sessionId,
                        String browserLaunchLocation)


Copyright © 2012. All Rights Reserved.