|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ManagedPages
Annotation that marks a WebDriver field as one that is managed by the Test Runner. The Thucydides Test Runner will instantiate this WebDriver before the tests start, and close it once they have all finished.
| Required Element Summary | |
|---|---|
String |
defaultUrl
|
| Element Detail |
|---|
public abstract String defaultUrl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||