Uses of Class
com.microsoft.playwright.Page.GetByLabelOptions
Packages that use Page.GetByLabelOptions
-
Uses of Page.GetByLabelOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GetByLabelOptionsModifier and TypeMethodDescriptionPage.GetByLabelOptions.setExact(boolean exact) Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Page.GetByLabelOptionsModifier and TypeMethodDescriptionPage.getByLabel(String text, Page.GetByLabelOptions options) Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute.Page.getByLabel(Pattern text, Page.GetByLabelOptions options) Allows locating input elements by the text of the associated<label>oraria-labelledbyelement, or by thearia-labelattribute. -
Uses of Page.GetByLabelOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GetByLabelOptionsModifier and TypeMethodDescriptionPageImpl.getByLabel(String text, Page.GetByLabelOptions options) PageImpl.getByLabel(Pattern text, Page.GetByLabelOptions options)