Uses of Class
com.microsoft.playwright.FrameLocator.GetByTextOptions
-
Packages that use FrameLocator.GetByTextOptions Package Description com.microsoft.playwright -
-
Uses of FrameLocator.GetByTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FrameLocator.GetByTextOptions Modifier and Type Method Description FrameLocator.GetByTextOptionsFrameLocator.GetByTextOptions. setExact(boolean exact)Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type FrameLocator.GetByTextOptions Modifier and Type Method Description LocatorFrameLocator. getByText(String text, FrameLocator.GetByTextOptions options)Allows locating elements that contain given text.LocatorFrameLocator. getByText(Pattern text, FrameLocator.GetByTextOptions options)Allows locating elements that contain given text.
-