Annotation Type ManagedPages


@Retention(RUNTIME)
@Target(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.
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    java.lang.String defaultUrl  
  • Element Details

    • defaultUrl

      java.lang.String defaultUrl
      Default:
      ""