Class Frame.IsHiddenOptions

  • Enclosing interface:
    Frame

    public static class Frame.IsHiddenOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean strict
      When true, the call requires selector to resolve to a single element.
      java.lang.Double timeout
      Deprecated.
      This option is ignored.
    • Constructor Summary

      Constructors 
      Constructor Description
      IsHiddenOptions()  
    • Field Detail

      • strict

        public java.lang.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 java.lang.Double timeout
        Deprecated.
        This option is ignored. Frame.isHidden() does not wait for the element to become hidden and returns immediately.
    • Constructor Detail

      • IsHiddenOptions

        public IsHiddenOptions()
    • Method Detail

      • setStrict

        public Frame.IsHiddenOptions 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.IsHiddenOptions setTimeout​(double timeout)
        Deprecated.
        This option is ignored. Frame.isHidden() does not wait for the element to become hidden and returns immediately.