Package com.microsoft.playwright
Class Locator.GetByTitleOptions
java.lang.Object
com.microsoft.playwright.Locator.GetByTitleOptions
- Enclosing interface:
Locator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetExact(boolean exact) Whether to find an exact match: case-sensitive and whole-string.
-
Field Details
-
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
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.
-