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

Packages that use BrowserInstallation
org.openqa.selenium.browserlaunchers.locators   
org.openqa.selenium.server.browserlaunchers   
 

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

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

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(String browserName, String customLauncherPath, BrowserLocator locator)
           
protected  BrowserInstallation SafariCustomProfileLauncher.locateSafari(String browserLaunchLocation)
           
 

Constructors in org.openqa.selenium.server.browserlaunchers with parameters of type BrowserInstallation
FirefoxChromeLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
           
FirefoxCustomProfileLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
           
GoogleChromeLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
           
InternetExplorerCustomProxyLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
           
ProxyInjectionFirefoxCustomProfileLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, BrowserInstallation browserInstallation)
           
 



Copyright © 2011. All Rights Reserved.