Uses of Class
com.microsoft.playwright.Locator.GetByAltTextOptions
-
Packages that use Locator.GetByAltTextOptions Package Description com.microsoft.playwright -
-
Uses of Locator.GetByAltTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByAltTextOptions Modifier and Type Method Description Locator.GetByAltTextOptionsLocator.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.GetByAltTextOptions Modifier and Type Method Description LocatorLocator. getByAltText(String text, Locator.GetByAltTextOptions options)Allows locating elements by their alt text.LocatorLocator. getByAltText(Pattern text, Locator.GetByAltTextOptions options)Allows locating elements by their alt text.
-