Uses of Interface
org.openqa.selenium.server.browserlaunchers.BrowserLauncher

Packages that use BrowserLauncher
org.openqa.selenium.server.browserlaunchers Provides classes to launch and kill browsers. 
 

Uses of BrowserLauncher in org.openqa.selenium.server.browserlaunchers
 

Classes in org.openqa.selenium.server.browserlaunchers that implement BrowserLauncher
 class DestroyableRuntimeExecutingBrowserLauncher
          Runs the specified command path to start the browser, and kills the process to quit.
 class FirefoxChromeLauncher
           
 class FirefoxCustomProfileLauncher
           
 class HTABrowserLauncher
           
 class InternetExplorerCustomProxyLauncher
           
 class ManualPromptUserLauncher
          Manually prompt the user to start a browser from the command line
 class OperaCustomProfileLauncher
           
 class SafariCustomProfileLauncher
           
 

Methods in org.openqa.selenium.server.browserlaunchers that return BrowserLauncher
 BrowserLauncher BrowserLauncherFactory.getBrowserLauncher(java.lang.String browser, java.lang.String sessionId, SeleneseQueue queue)
          Returns the browser given by the specified browser string
 



Copyright © 2006 null. All Rights Reserved.