| Annotation Type | Description |
|---|---|
| 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). |
| 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). |
| Phone |
Using this annotation with
Test will cause the
current MethodContext to receive a
WebDriver instance set to Phone dimension
426x320 (based off of bootstrap breakpoints). |
| 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). |
Copyright © 2015. All rights reserved.