Class Page.GetByPlaceholderOptions

  • Enclosing interface:
    Page

    public static class Page.GetByPlaceholderOptions
    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

      • GetByPlaceholderOptions

        public GetByPlaceholderOptions()
    • Method Detail

      • setExact

        public Page.GetByPlaceholderOptions 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.