Uses of Class
com.microsoft.playwright.FrameLocator.GetByPlaceholderOptions
-
Packages that use FrameLocator.GetByPlaceholderOptions Package Description com.microsoft.playwright -
-
Uses of FrameLocator.GetByPlaceholderOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FrameLocator.GetByPlaceholderOptions Modifier and Type Method Description FrameLocator.GetByPlaceholderOptionsFrameLocator.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.GetByPlaceholderOptions Modifier and Type Method Description LocatorFrameLocator. getByPlaceholder(String text, FrameLocator.GetByPlaceholderOptions options)Allows locating input elements by the placeholder text.LocatorFrameLocator. getByPlaceholder(Pattern text, FrameLocator.GetByPlaceholderOptions options)Allows locating input elements by the placeholder text.
-