Class Page.GoBackOptions

  • Enclosing interface:
    Page

    public static class Page.GoBackOptions
    extends Object
    • Field Detail

      • waitUntil

        public WaitUntilState waitUntil
        When to consider operation succeeded, defaults to load. Events can be either:
        • "domcontentloaded" - consider operation to be finished when the DOMContentLoaded event is fired.
        • "load" - consider operation to be finished when the load event is fired.
        • "networkidle" - consider operation to be finished when there are no network connections for at least 500 ms.
        • "commit" - consider operation to be finished when network response is received and the document started loading.
    • Constructor Detail

      • GoBackOptions

        public GoBackOptions()