Uses of Class
com.microsoft.playwright.Page.GetByTextOptions
-
Packages that use Page.GetByTextOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String text, Page.GetByTextOptions options)Allows locating elements that contain given text.LocatorPage. getByText(java.util.regex.Pattern text, Page.GetByTextOptions options)Allows locating elements that contain given text. -
Uses of Page.GetByTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GetByTextOptions Modifier and Type Method Description LocatorPageImpl. getByText(java.lang.String text, Page.GetByTextOptions options)LocatorPageImpl. getByText(java.util.regex.Pattern text, Page.GetByTextOptions options)
-