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