public interface ProviderRegistry<T,E>
E register(T instance)
instance - The object instance to register. I.e. Selenium Server, Selenium Session, WebDriver, ...E register(Provider<T> provider)
Provider are usually created by builders with the create...() methods
in Tesatoo module configuration. But you can provide you own implementation if you need.provider - A Provider which will return the implementation when calledCopyright © 2008-2011 Ovea. All Rights Reserved.