com.atlassian.pageobjects.browser
Annotation Type RequireBrowser


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,PACKAGE})
public @interface RequireBrowser

Marks elements that should only be called if the current test browser matches any of the given browsers.

Since:
2.1

Optional Element Summary
 Browser[] value
           
 

value

public abstract Browser[] value
Default:
com.atlassian.pageobjects.browser.Browser.ALL


Copyright © 2014 Atlassian. All rights reserved.