Uses of Class
com.microsoft.playwright.Locator.GetByTitleOptions
-
Packages that use Locator.GetByTitleOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Locator.GetByTitleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByTitleOptions Modifier and Type Method Description Locator.GetByTitleOptionsLocator.GetByTitleOptions. setExact(boolean exact)Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Locator.GetByTitleOptions Modifier and Type Method Description LocatorLocator. getByTitle(java.lang.String text, Locator.GetByTitleOptions options)Allows locating elements by their title attribute.LocatorLocator. getByTitle(java.util.regex.Pattern text, Locator.GetByTitleOptions options)Allows locating elements by their title attribute. -
Uses of Locator.GetByTitleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.GetByTitleOptions Modifier and Type Method Description LocatorLocatorImpl. getByTitle(java.lang.String text, Locator.GetByTitleOptions options)LocatorLocatorImpl. getByTitle(java.util.regex.Pattern text, Locator.GetByTitleOptions options)(package private) static java.lang.StringLocatorUtils. getByTitleSelector(java.lang.Object text, Locator.GetByTitleOptions options)
-