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