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