Class Page.TypeOptions

  • Enclosing interface:
    Page

    public static class Page.TypeOptions
    extends Object
    • Field Detail

      • delay

        public Double delay
        Time to wait between key presses in milliseconds. Defaults to 0.
      • noWaitAfter

        public Boolean noWaitAfter
        Deprecated.
        This option has no effect.
      • strict

        public Boolean strict
        When true, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception.
    • Constructor Detail

      • TypeOptions

        public TypeOptions()
    • Method Detail

      • setDelay

        public Page.TypeOptions setDelay​(double delay)
        Time to wait between key presses in milliseconds. Defaults to 0.
      • setNoWaitAfter

        public Page.TypeOptions setNoWaitAfter​(boolean noWaitAfter)
        Deprecated.
        This option has no effect.
      • setStrict

        public Page.TypeOptions setStrict​(boolean strict)
        When true, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception.