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