org.openqa.selenium.server.browserlaunchers
Class BrowserInstallationCache

java.lang.Object
  extended by org.openqa.selenium.server.browserlaunchers.BrowserInstallationCache

public class BrowserInstallationCache
extends Object

Cache browser installation corresponding to a spefic browser string and launcher location.


Constructor Summary
BrowserInstallationCache()
           
 
Method Summary
protected  String cacheKey(String browserString, String customLauncherPath)
           
 org.openqa.selenium.browserlaunchers.locators.BrowserInstallation locateBrowserInstallation(String browserName, String customLauncherPath, org.openqa.selenium.browserlaunchers.locators.BrowserLocator locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserInstallationCache

public BrowserInstallationCache()
Method Detail

locateBrowserInstallation

public org.openqa.selenium.browserlaunchers.locators.BrowserInstallation locateBrowserInstallation(String browserName,
                                                                                                   String customLauncherPath,
                                                                                                   org.openqa.selenium.browserlaunchers.locators.BrowserLocator locator)

cacheKey

protected String cacheKey(String browserString,
                          String customLauncherPath)


Copyright © 2012. All Rights Reserved.