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