Class Page.GetByTitleOptions

java.lang.Object
com.microsoft.playwright.Page.GetByTitleOptions
Enclosing interface:
Page

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

    • GetByTitleOptions

      public GetByTitleOptions()
  • Method Details

    • setExact

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