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