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