Uses of Class
com.microsoft.playwright.Page.GetByAltTextOptions
-
Packages that use Page.GetByAltTextOptions Package Description com.microsoft.playwright -
-
Uses of Page.GetByAltTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GetByAltTextOptions Modifier and Type Method Description Page.GetByAltTextOptionsPage.GetByAltTextOptions. setExact(boolean exact)Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Page.GetByAltTextOptions Modifier and Type Method Description LocatorPage. getByAltText(String text, Page.GetByAltTextOptions options)Allows locating elements by their alt text.LocatorPage. getByAltText(Pattern text, Page.GetByAltTextOptions options)Allows locating elements by their alt text.
-