org.openqa.selenium.browserlaunchers.locators
Class FirefoxPathLocator

java.lang.Object
  extended by org.openqa.selenium.browserlaunchers.locators.FirefoxPathLocator
All Implemented Interfaces:
BrowserLocator

public class FirefoxPathLocator
extends Object
implements BrowserLocator


Constructor Summary
FirefoxPathLocator()
           
 
Method Summary
 BrowserInstallation findBrowserLocation()
           
 BrowserInstallation findBrowserLocationOrFail()
           
 BrowserInstallation retrieveValidInstallationPath(String customLauncherPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirefoxPathLocator

public FirefoxPathLocator()
Method Detail

findBrowserLocation

public BrowserInstallation findBrowserLocation()

findBrowserLocationOrFail

public BrowserInstallation findBrowserLocationOrFail()
Specified by:
findBrowserLocationOrFail in interface BrowserLocator

retrieveValidInstallationPath

public BrowserInstallation retrieveValidInstallationPath(String customLauncherPath)
Specified by:
retrieveValidInstallationPath in interface BrowserLocator


Copyright © 2011. All Rights Reserved.