Class Page.WaitForLoadStateOptions

  • Enclosing interface:
    Page

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

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

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait