org.openqa.selenium.browserlaunchers.locators
Interface BrowserLocator

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

public interface BrowserLocator

Discovers a valid browser installation on local system.


Method Summary
 BrowserInstallation findBrowserLocationOrFail()
           
 BrowserInstallation retrieveValidInstallationPath(java.lang.String customLauncherPath)
           
 

Method Detail

findBrowserLocationOrFail

BrowserInstallation findBrowserLocationOrFail()

retrieveValidInstallationPath

BrowserInstallation retrieveValidInstallationPath(java.lang.String customLauncherPath)


Copyright © 2011. All Rights Reserved.