Uses of Class
com.microsoft.playwright.Locator.GetByTextOptions
-
Packages that use Locator.GetByTextOptions Package Description com.microsoft.playwright -
-
Uses of Locator.GetByTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByTextOptions Modifier and Type Method Description Locator.GetByTextOptionsLocator.GetByTextOptions. setExact(boolean exact)Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Locator.GetByTextOptions Modifier and Type Method Description LocatorLocator. getByText(String text, Locator.GetByTextOptions options)Allows locating elements that contain given text.LocatorLocator. getByText(Pattern text, Locator.GetByTextOptions options)Allows locating elements that contain given text.
-