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