Uses of Class
com.microsoft.playwright.Frame.GetByLabelOptions
Packages that use Frame.GetByLabelOptions
-
Uses of Frame.GetByLabelOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.GetByLabelOptionsModifier and TypeMethodDescriptionFrame.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.GetByLabelOptionsModifier and TypeMethodDescriptionFrame.getByLabel(String text, Frame.GetByLabelOptions options) Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.Frame.getByLabel(Pattern text, Frame.GetByLabelOptions options) Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute. -
Uses of Frame.GetByLabelOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.GetByLabelOptionsModifier and TypeMethodDescriptionFrameImpl.getByLabel(String text, Frame.GetByLabelOptions options) FrameImpl.getByLabel(Pattern text, Frame.GetByLabelOptions options)