|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Browser
Browser configuration
Optional Element Summary | |
---|---|
Class<? extends DriverFactory> |
factory
A custom factory to create WebDriver objects. |
BrowserFamily |
type
The type of the browser to use. |
public abstract BrowserFamily type
public abstract Class<? extends DriverFactory> factory
type()
is ignored.
Factories are good for customizing the driver creation in QA tests.
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |