Class Locator.GetByAltTextOptions

  • Enclosing interface:
    Locator

    public static class Locator.GetByAltTextOptions
    extends Object
    • Field Detail

      • exact

        public 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 Locator.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.