Uses of Class
com.microsoft.playwright.FrameLocator.GetByPlaceholderOptions
Packages that use FrameLocator.GetByPlaceholderOptions
-
Uses of FrameLocator.GetByPlaceholderOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FrameLocator.GetByPlaceholderOptionsModifier and TypeMethodDescriptionFrameLocator.GetByPlaceholderOptions.setExact(boolean exact) Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type FrameLocator.GetByPlaceholderOptionsModifier and TypeMethodDescriptionFrameLocator.getByPlaceholder(String text, FrameLocator.GetByPlaceholderOptions options) Allows locating input elements by the placeholder text.FrameLocator.getByPlaceholder(Pattern text, FrameLocator.GetByPlaceholderOptions options) Allows locating input elements by the placeholder text. -
Uses of FrameLocator.GetByPlaceholderOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type FrameLocator.GetByPlaceholderOptionsModifier and TypeMethodDescriptionFrameLocatorImpl.getByPlaceholder(String text, FrameLocator.GetByPlaceholderOptions options) FrameLocatorImpl.getByPlaceholder(Pattern text, FrameLocator.GetByPlaceholderOptions options)