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