Uses of Class
com.microsoft.playwright.FrameLocator.GetByLabelOptions
Packages that use FrameLocator.GetByLabelOptions
-
Uses of FrameLocator.GetByLabelOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FrameLocator.GetByLabelOptionsModifier and TypeMethodDescriptionFrameLocator.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.GetByLabelOptionsModifier and TypeMethodDescriptionFrameLocator.getByLabel(String text, FrameLocator.GetByLabelOptions options) Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.FrameLocator.getByLabel(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.GetByLabelOptionsModifier and TypeMethodDescriptionFrameLocatorImpl.getByLabel(String text, FrameLocator.GetByLabelOptions options) FrameLocatorImpl.getByLabel(Pattern text, FrameLocator.GetByLabelOptions options)