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.GetByTitleOptionsLocator.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 LocatorLocator. getByTitle(String text, Locator.GetByTitleOptions options)Allows locating elements by their title attribute.LocatorLocator. getByTitle(Pattern text, Locator.GetByTitleOptions options)Allows locating elements by their title attribute.
-