Uses of Class
com.microsoft.playwright.Page.GetByLabelOptions
-
Packages that use Page.GetByLabelOptions Package Description com.microsoft.playwright -
-
Uses of Page.GetByLabelOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GetByLabelOptions Modifier and Type Method Description Page.GetByLabelOptionsPage.GetByLabelOptions. setExact(boolean exact)Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Page.GetByLabelOptions Modifier and Type Method Description LocatorPage. getByLabel(String text, Page.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.LocatorPage. getByLabel(Pattern text, Page.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.
-