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