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