Class FrameLocator.GetByAltTextOptions

  • Enclosing interface:
    FrameLocator

    public static class FrameLocator.GetByAltTextOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean exact
      Whether to find an exact match: case-sensitive and whole-string.
    • Field Detail

      • exact

        public java.lang.Boolean exact
        Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular expression. Note that exact match still trims whitespace.
    • Constructor Detail

      • GetByAltTextOptions

        public GetByAltTextOptions()
    • Method Detail

      • setExact

        public FrameLocator.GetByAltTextOptions setExact​(boolean exact)
        Whether to find an exact match: case-sensitive and whole-string. Default to false. Ignored when locating by a regular expression. Note that exact match still trims whitespace.