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