Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.test.runner.web
Annotation Type Browser


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Browser

Browser configuration

Author:
Bogdan Stefanescu

Optional Element Summary
 Class<? extends DriverFactory> factory
          A custom factory to create WebDriver objects.
 BrowserFamily type
          The type of the browser to use.
 

type

public abstract BrowserFamily type
The type of the browser to use. Ignored if a factory is also specified. When the type is specified a default driver for that type will be automatically created.

Default:
org.nuxeo.runtime.test.runner.web.BrowserFamily.HTML_UNIT

factory

public abstract Class<? extends DriverFactory> factory
A custom factory to create WebDriver objects. If a factory is specified the type() is ignored. Factories are good for customizing the driver creation in QA tests.

Default:
org.nuxeo.runtime.test.runner.web.DriverFactory.class

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.