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