Package com.microsoft.playwright
Class Frame.GetByTitleOptions
- java.lang.Object
-
- com.microsoft.playwright.Frame.GetByTitleOptions
-
-
Constructor Summary
Constructors Constructor Description GetByTitleOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Frame.GetByTitleOptions
setExact(boolean exact)
Whether to find an exact match: case-sensitive and whole-string.
-
-
-
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.
-
-
Method Detail
-
setExact
public Frame.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.
-
-