Uses of Class
com.microsoft.playwright.Locator.GetByPlaceholderOptions
-
Packages that use Locator.GetByPlaceholderOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String text, Locator.GetByPlaceholderOptions options)Allows locating input elements by the placeholder text.LocatorLocator. getByPlaceholder(java.util.regex.Pattern text, Locator.GetByPlaceholderOptions options)Allows locating input elements by the placeholder text. -
Uses of Locator.GetByPlaceholderOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.GetByPlaceholderOptions Modifier and Type Method Description LocatorLocatorImpl. getByPlaceholder(java.lang.String text, Locator.GetByPlaceholderOptions options)LocatorLocatorImpl. getByPlaceholder(java.util.regex.Pattern text, Locator.GetByPlaceholderOptions options)(package private) static java.lang.StringLocatorUtils. getByPlaceholderSelector(java.lang.Object text, Locator.GetByPlaceholderOptions options)
-