Package com.microsoft.playwright
Class Page.GetByPlaceholderOptions
- java.lang.Object
-
- com.microsoft.playwright.Page.GetByPlaceholderOptions
-
-
Constructor Summary
Constructors Constructor Description GetByPlaceholderOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page.GetByPlaceholderOptionssetExact(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 Page.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.
-
-