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