Package com.vaadin.testbench.annotations
Annotation Type BrowserFactory
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface BrowserFactory
BrowserFactoryannotation is used to define whichTestBenchBrowserFactoryimplementation to use in a test.
Example:TestBenchBrowserFactoryshould be implemented by another class, orDefaultBrowserFactoryshould be extended if a different default browser configuration is needed (for instance, to set the default version of a specific browser).
@BrowserFactory(DefaultBrowserFactory.class)
-
-
Element Detail
-
value
Class<?> value
- Default:
- com.vaadin.testbench.parallel.TestBenchBrowserFactory.class
-
-