Uses of Class
com.microsoft.playwright.Locator.GetByAltTextOptions
Packages that use Locator.GetByAltTextOptions
-
Uses of Locator.GetByAltTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByAltTextOptionsModifier and TypeMethodDescriptionLocator.GetByAltTextOptions.setExact(boolean exact) Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Locator.GetByAltTextOptionsModifier and TypeMethodDescriptionLocator.getByAltText(String text, Locator.GetByAltTextOptions options) Allows locating elements by their alt text.Locator.getByAltText(Pattern text, Locator.GetByAltTextOptions options) Allows locating elements by their alt text. -
Uses of Locator.GetByAltTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.GetByAltTextOptionsModifier and TypeMethodDescriptionLocatorImpl.getByAltText(String text, Locator.GetByAltTextOptions options) LocatorImpl.getByAltText(Pattern text, Locator.GetByAltTextOptions options) (package private) static StringLocatorUtils.getByAltTextSelector(Object text, Locator.GetByAltTextOptions options)