org.openqa.selenium.browserlaunchers.locators
Interface BrowserLocator

All Known Implementing Classes:
CombinedFirefoxLocator, Firefox2Locator, Firefox3Locator, FirefoxLocator, FirefoxPathLocator, GoogleChromeLocator, InternetExplorerLocator, SafariLocator, SingleBrowserLocator

public interface BrowserLocator

Discovers a valid browser installation on local system.


Method Summary
 BrowserInstallation findBrowserLocationOrFail()
           
 BrowserInstallation retrieveValidInstallationPath(String customLauncherPath)
           
 

Method Detail

findBrowserLocationOrFail

BrowserInstallation findBrowserLocationOrFail()

retrieveValidInstallationPath

BrowserInstallation retrieveValidInstallationPath(String customLauncherPath)


Copyright © 2012. All Rights Reserved.