Uses of Class
com.microsoft.playwright.Frame.GetByPlaceholderOptions
Packages that use Frame.GetByPlaceholderOptions
-
Uses of Frame.GetByPlaceholderOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.GetByPlaceholderOptionsModifier and TypeMethodDescriptionFrame.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.GetByPlaceholderOptionsModifier and TypeMethodDescriptionFrame.getByPlaceholder(String text, Frame.GetByPlaceholderOptions options) Allows locating input elements by the placeholder text.Frame.getByPlaceholder(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.GetByPlaceholderOptionsModifier and TypeMethodDescriptionFrameImpl.getByPlaceholder(String text, Frame.GetByPlaceholderOptions options) FrameImpl.getByPlaceholder(Pattern text, Frame.GetByPlaceholderOptions options)