@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface LargeDesktop
Using this annotation with @Test will cause the current MethodContext to
receive a WebDriver instance set to a Large Desktop dimension 1200x800 (based
off of bootstrap breakpoints).
- Author:
- Joseph Spencer