Class Page.WaitForRequestOptions

  • Enclosing interface:
    Page

    public static class Page.WaitForRequestOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Double timeout
      Maximum wait time in milliseconds, defaults to 30 seconds, pass 0 to disable the timeout.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Page.WaitForRequestOptions setTimeout​(double timeout)
      Maximum wait time in milliseconds, defaults to 30 seconds, pass 0 to disable the timeout.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timeout

        public java.lang.Double timeout
        Maximum wait time in milliseconds, defaults to 30 seconds, pass 0 to disable the timeout. The default value can be changed by using the Page.setDefaultTimeout() method.
    • Constructor Detail

      • WaitForRequestOptions

        public WaitForRequestOptions()
    • Method Detail