org.openqa.selenium.server
Class ApplicationRegistry
java.lang.Object
org.openqa.selenium.server.ApplicationRegistry
public class ApplicationRegistry
- extends Object
Application Registry. Global object to find common objects and services.
See http://martinfowler.com/eaaCatalog/registry.html
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationRegistry
public ApplicationRegistry()
instance
public static ApplicationRegistry instance()
- Return the singleton instance.
- Returns:
- The singleton instance. Never null.
browserInstallationCache
public BrowserInstallationCache browserInstallationCache()
Copyright © 2012. All Rights Reserved.