Class Frame.GetByLabelOptions

java.lang.Object
com.microsoft.playwright.Frame.GetByLabelOptions
Enclosing interface:
Frame

public static class Frame.GetByLabelOptions 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

    • GetByLabelOptions

      public GetByLabelOptions()
  • Method Details

    • setExact

      public Frame.GetByLabelOptions 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.