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