com.atlassian.webdriver.testing.annotation
Annotation Type IgnoreBrowser


Deprecated. use IgnoreBrowser instead. Scheduled for removal in 3.0

@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
@Deprecated
public @interface IgnoreBrowser

Similar to the JUnit Ignore but allows tests to be ignored based on specific browsers. Annotate a test method or class with this type and, when using IgnoreBrowserRule, the test method will be skipped.

Since:
2.1.0

Optional Element Summary
 String reason
          Deprecated.  
 Browser[] value
          Deprecated.  
 

value

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

reason

public abstract String reason
Deprecated. 
Default:
"No reason given"


Copyright © 2014 Atlassian. All rights reserved.