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