Class Locator.GetByPlaceholderOptions

java.lang.Object
com.microsoft.playwright.Locator.GetByPlaceholderOptions
Enclosing interface:
Locator

public static class Locator.GetByPlaceholderOptions extends Object
  • Field Details

    • 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 Details

    • GetByPlaceholderOptions

      public GetByPlaceholderOptions()
  • Method Details

    • setExact

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