@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface BrowserFactory
BrowserFactory
annotation is used to define which
TestBenchBrowserFactory
implementation to use in a test.
TestBenchBrowserFactory
should be implemented by another class, or
DefaultBrowserFactory
should be extended if a different default
browser configuration is needed (for instance, to set the default version of
a specific browser).
@BrowserFactory(DefaultBrowserFactory.class)
public abstract Class<?> value
Copyright © 2019. All rights reserved.