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