Uses of Class
com.microsoft.playwright.Locator.GetByLabelOptions
-
Packages that use Locator.GetByLabelOptions Package Description com.microsoft.playwright -
-
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(String text, Locator.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.LocatorLocator. getByLabel(Pattern text, Locator.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.
-