Uses of Class
com.microsoft.playwright.Locator.GetByLabelOptions
-
Packages that use Locator.GetByLabelOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Locator.GetByLabelOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByLabelOptions Modifier and Type Method Description Locator.GetByLabelOptionsLocator.GetByLabelOptions. setExact(boolean exact)Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Locator.GetByLabelOptions Modifier and Type Method Description LocatorLocator. getByLabel(java.lang.String text, Locator.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.LocatorLocator. getByLabel(java.util.regex.Pattern text, Locator.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute. -
Uses of Locator.GetByLabelOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.GetByLabelOptions Modifier and Type Method Description LocatorLocatorImpl. getByLabel(java.lang.String text, Locator.GetByLabelOptions options)LocatorLocatorImpl. getByLabel(java.util.regex.Pattern text, Locator.GetByLabelOptions options)(package private) static java.lang.StringLocatorUtils. getByLabelSelector(java.lang.Object text, Locator.GetByLabelOptions options)
-