Class WebPage

    • Field Detail

      • DEFAULT_TIMEOUT

        public static final int DEFAULT_TIMEOUT
        Can be used by tests as default timeouts. This way you can change these values to change all the timeout in the tests. DEFAULT_TIMEOUT is used for regular timeouts (loading an ajax page an ajax dialog etc.) while BIG_TIMEOUT should be used for pages that are slower (like the home of a GWT application)
        See Also:
        Constant Field Values
      • driver

        @Inject
        protected org.openqa.selenium.WebDriver driver
    • Constructor Detail