Uses of Class
com.microsoft.playwright.Page.GetByPlaceholderOptions
Packages that use Page.GetByPlaceholderOptions
-
Uses of Page.GetByPlaceholderOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GetByPlaceholderOptionsModifier and TypeMethodDescriptionPage.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.GetByPlaceholderOptionsModifier and TypeMethodDescriptionPage.getByPlaceholder(String text, Page.GetByPlaceholderOptions options) Allows locating input elements by the placeholder text.Page.getByPlaceholder(Pattern text, Page.GetByPlaceholderOptions options) Allows locating input elements by the placeholder text. -
Uses of Page.GetByPlaceholderOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GetByPlaceholderOptionsModifier and TypeMethodDescriptionPageImpl.getByPlaceholder(String text, Page.GetByPlaceholderOptions options) PageImpl.getByPlaceholder(Pattern text, Page.GetByPlaceholderOptions options)