Uses of Class
com.microsoft.playwright.Page.GetByLabelOptions
-
Packages that use Page.GetByLabelOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String text, Page.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.LocatorPage. getByLabel(java.util.regex.Pattern text, Page.GetByLabelOptions options)Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute. -
Uses of Page.GetByLabelOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GetByLabelOptions Modifier and Type Method Description LocatorPageImpl. getByLabel(java.lang.String text, Page.GetByLabelOptions options)LocatorPageImpl. getByLabel(java.util.regex.Pattern text, Page.GetByLabelOptions options)
-