Uses of Class
com.microsoft.playwright.Locator.GetByTextOptions
Packages that use Locator.GetByTextOptions
-
Uses of Locator.GetByTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.GetByTextOptionsModifier and TypeMethodDescriptionLocator.GetByTextOptions.setExact(boolean exact) Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Locator.GetByTextOptionsModifier and TypeMethodDescriptionLocator.getByText(String text, Locator.GetByTextOptions options) Allows locating elements that contain given text.Locator.getByText(Pattern text, Locator.GetByTextOptions options) Allows locating elements that contain given text. -
Uses of Locator.GetByTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.GetByTextOptionsModifier and TypeMethodDescriptionLocatorImpl.getByText(String text, Locator.GetByTextOptions options) LocatorImpl.getByText(Pattern text, Locator.GetByTextOptions options) (package private) static StringLocatorUtils.getByTextSelector(Object text, Locator.GetByTextOptions options)