Package com.microsoft.playwright
Class FrameLocator.GetByAltTextOptions
- java.lang.Object
-
- com.microsoft.playwright.FrameLocator.GetByAltTextOptions
-
- Enclosing interface:
- FrameLocator
public static class FrameLocator.GetByAltTextOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description GetByAltTextOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameLocator.GetByAltTextOptionssetExact(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 FrameLocator.GetByAltTextOptions 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.
-
-