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