Class Frame.IsVisibleOptions

  • Enclosing interface:
    Frame

    public static class Frame.IsVisibleOptions
    extends Object
    • Field Detail

      • 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.
      • timeout

        public Double timeout
        Deprecated.
        This option is ignored. Frame.isVisible() does not wait for the element to become visible and returns immediately.
    • Constructor Detail

      • IsVisibleOptions

        public IsVisibleOptions()
    • Method Detail

      • setStrict

        public Frame.IsVisibleOptions 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.
      • setTimeout

        public Frame.IsVisibleOptions setTimeout​(double timeout)
        Deprecated.
        This option is ignored. Frame.isVisible() does not wait for the element to become visible and returns immediately.