Uses of Class
com.microsoft.playwright.Locator.GetByPlaceholderOptions
Packages that use Locator.GetByPlaceholderOptions
-
Uses of Locator.GetByPlaceholderOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByPlaceholderOptionsModifier and TypeMethodDescriptionLocator.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.GetByPlaceholderOptionsModifier and TypeMethodDescriptionLocator.getByPlaceholder(String text, Locator.GetByPlaceholderOptions options) Allows locating input elements by the placeholder text.Locator.getByPlaceholder(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.GetByPlaceholderOptionsModifier and TypeMethodDescriptionLocatorImpl.getByPlaceholder(String text, Locator.GetByPlaceholderOptions options) LocatorImpl.getByPlaceholder(Pattern text, Locator.GetByPlaceholderOptions options) (package private) static StringLocatorUtils.getByPlaceholderSelector(Object text, Locator.GetByPlaceholderOptions options)