Uses of Class
com.microsoft.playwright.Locator.GetByAltTextOptions
-
Packages that use Locator.GetByAltTextOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Locator.GetByAltTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByAltTextOptions Modifier and Type Method Description Locator.GetByAltTextOptionsLocator.GetByAltTextOptions. setExact(boolean exact)Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Locator.GetByAltTextOptions Modifier and Type Method Description LocatorLocator. getByAltText(java.lang.String text, Locator.GetByAltTextOptions options)Allows locating elements by their alt text.LocatorLocator. getByAltText(java.util.regex.Pattern text, Locator.GetByAltTextOptions options)Allows locating elements by their alt text. -
Uses of Locator.GetByAltTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.GetByAltTextOptions Modifier and Type Method Description LocatorLocatorImpl. getByAltText(java.lang.String text, Locator.GetByAltTextOptions options)LocatorLocatorImpl. getByAltText(java.util.regex.Pattern text, Locator.GetByAltTextOptions options)(package private) static java.lang.StringLocatorUtils. getByAltTextSelector(java.lang.Object text, Locator.GetByAltTextOptions options)
-