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