org.openqa.selenium.browserlaunchers.locators
Class CombinedFirefoxLocator

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

public class CombinedFirefoxLocator
extends Object
implements BrowserLocator

Discovers a valid Firefox installation on local system.


Constructor Summary
CombinedFirefoxLocator()
           
 
Method Summary
 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

CombinedFirefoxLocator

public CombinedFirefoxLocator()
Method Detail

findBrowserLocationOrFail

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

retrieveValidInstallationPath

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


Copyright © 2012. All Rights Reserved.