Class ElementHandle.ScrollIntoViewIfNeededOptions

  • Enclosing interface:
    ElementHandle

    public static class ElementHandle.ScrollIntoViewIfNeededOptions
    extends Object
    • Field Detail

      • timeout

        public Integer timeout
        Maximum time in milliseconds, defaults to 30 seconds, pass 0 to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.
    • Constructor Detail

      • ScrollIntoViewIfNeededOptions

        public ScrollIntoViewIfNeededOptions()