Uses of Class
org.openqa.selenium.server.browserlaunchers.BrowserInstallation

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

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

Fields in org.openqa.selenium.server.browserlaunchers declared as BrowserInstallation
protected  BrowserInstallation SafariCustomProfileLauncher.browserInstallation
           
 

Methods in org.openqa.selenium.server.browserlaunchers that return BrowserInstallation
 BrowserInstallation BrowserInstallationCache.locateBrowserInstallation(java.lang.String browserName, java.lang.String customLauncherPath, BrowserLocator locator)
           
 

Constructors in org.openqa.selenium.server.browserlaunchers with parameters of type BrowserInstallation
FirefoxChromeLauncher(RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
FirefoxCustomProfileLauncher(RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
GoogleChromeLauncher(RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
InternetExplorerCustomProxyLauncher(RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
SafariCustomProfileLauncher(RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
SafariFileBasedLauncher(RemoteControlConfiguration configuration, java.lang.String sessionId, BrowserInstallation browserInstallation)
           
 

Uses of BrowserInstallation in org.openqa.selenium.server.browserlaunchers.locators
 

Methods in org.openqa.selenium.server.browserlaunchers.locators that return BrowserInstallation
protected  BrowserInstallation SingleBrowserLocator.browserDefaultPath()
           
protected  BrowserInstallation SingleBrowserLocator.findAtADefaultLocation()
           
 BrowserInstallation SingleBrowserLocator.findBrowserLocation()
           
 BrowserInstallation SingleBrowserLocator.findBrowserLocationOrFail()
           
 BrowserInstallation Firefox2or3Locator.findBrowserLocationOrFail()
           
 BrowserInstallation BrowserLocator.findBrowserLocationOrFail()
           
 BrowserInstallation SingleBrowserLocator.findFileInPath(java.lang.String fileName)
           
protected  BrowserInstallation SingleBrowserLocator.findInPath()
           
protected  BrowserInstallation SingleBrowserLocator.retrieveValidInstallationPath(java.io.File launcher)
           
 BrowserInstallation SingleBrowserLocator.retrieveValidInstallationPath(java.lang.String launcher)
           
 BrowserInstallation Firefox2or3Locator.retrieveValidInstallationPath(java.lang.String customLauncherPath)
           
 BrowserInstallation BrowserLocator.retrieveValidInstallationPath(java.lang.String customLauncherPath)
           
protected  BrowserInstallation SingleBrowserLocator.retrieveValidInstallationPath(java.lang.String dirname, java.lang.String fileName)
           
 



Copyright © 2009. All Rights Reserved.