org.openqa.selenium.server.browserlaunchers
Class BrowserInstallationCache
java.lang.Object
org.openqa.selenium.server.browserlaunchers.BrowserInstallationCache
public class BrowserInstallationCache
- extends Object
Cache browser installation corresponding to a spefic browser string and launcher location.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserInstallationCache
public BrowserInstallationCache()
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.