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