com.atlassian.webdriver.testing.annotation
Annotation Type TestBrowser
Deprecated. use RequireBrowser instead. Scheduled for removal in 3.0
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE,METHOD})
@Inherited
@Deprecated
public @interface TestBrowser
This allows tests methods, classes or packages to be annotated with
the browser string that will be set if using the TestBrowserRule
so that when the test runs it runs with a specific browser, e.g. @TestBrowser("firefox").
- Since:
- 2.1
- See Also:
TestBrowserRule}
value
public abstract String value
- Deprecated.
Copyright © 2014 Atlassian. All rights reserved.