Uses of Class
com.microsoft.playwright.FrameLocator.GetByAltTextOptions
Packages that use FrameLocator.GetByAltTextOptions
-
Uses of FrameLocator.GetByAltTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FrameLocator.GetByAltTextOptionsModifier and TypeMethodDescriptionFrameLocator.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.GetByAltTextOptionsModifier and TypeMethodDescriptionFrameLocator.getByAltText(String text, FrameLocator.GetByAltTextOptions options) Allows locating elements by their alt text.FrameLocator.getByAltText(Pattern text, FrameLocator.GetByAltTextOptions options) Allows locating elements by their alt text. -
Uses of FrameLocator.GetByAltTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type FrameLocator.GetByAltTextOptionsModifier and TypeMethodDescriptionFrameLocatorImpl.getByAltText(String text, FrameLocator.GetByAltTextOptions options) FrameLocatorImpl.getByAltText(Pattern text, FrameLocator.GetByAltTextOptions options)