Class LocatorAssertions.HasAttributeOptions

    • Field Detail

      • ignoreCase

        public Boolean ignoreCase
        Whether to perform case-insensitive match. ignoreCase option takes precedence over the corresponding regular expression flag if specified.
      • timeout

        public Double timeout
        Time to retry the assertion for in milliseconds. Defaults to 5000.
    • Constructor Detail

      • HasAttributeOptions

        public HasAttributeOptions()
    • Method Detail

      • setIgnoreCase

        public LocatorAssertions.HasAttributeOptions setIgnoreCase​(boolean ignoreCase)
        Whether to perform case-insensitive match. ignoreCase option takes precedence over the corresponding regular expression flag if specified.