Uses of Class
com.microsoft.playwright.FrameLocator.GetByTitleOptions
-
Packages that use FrameLocator.GetByTitleOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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(java.lang.String text, FrameLocator.GetByTitleOptions options)Allows locating elements by their title attribute.LocatorFrameLocator. getByTitle(java.util.regex.Pattern text, FrameLocator.GetByTitleOptions options)Allows locating elements by their title attribute. -
Uses of FrameLocator.GetByTitleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type FrameLocator.GetByTitleOptions Modifier and Type Method Description LocatorFrameLocatorImpl. getByTitle(java.lang.String text, FrameLocator.GetByTitleOptions options)LocatorFrameLocatorImpl. getByTitle(java.util.regex.Pattern text, FrameLocator.GetByTitleOptions options)
-