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