Uses of Class
com.microsoft.playwright.Locator.GetByTitleOptions
Packages that use Locator.GetByTitleOptions
-
Uses of Locator.GetByTitleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByTitleOptionsModifier and TypeMethodDescriptionLocator.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.GetByTitleOptionsModifier and TypeMethodDescriptionLocator.getByTitle(String text, Locator.GetByTitleOptions options) Allows locating elements by their title attribute.Locator.getByTitle(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.GetByTitleOptionsModifier and TypeMethodDescriptionLocatorImpl.getByTitle(String text, Locator.GetByTitleOptions options) LocatorImpl.getByTitle(Pattern text, Locator.GetByTitleOptions options) (package private) static StringLocatorUtils.getByTitleSelector(Object text, Locator.GetByTitleOptions options)