Uses of Class
com.microsoft.playwright.Page.GetByTextOptions
Packages that use Page.GetByTextOptions
-
Uses of Page.GetByTextOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.GetByTextOptionsModifier and TypeMethodDescriptionPage.GetByTextOptions.setExact(boolean exact) Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Page.GetByTextOptionsModifier and TypeMethodDescriptionPage.getByText(String text, Page.GetByTextOptions options) Allows locating elements that contain given text.Page.getByText(Pattern text, Page.GetByTextOptions options) Allows locating elements that contain given text. -
Uses of Page.GetByTextOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.GetByTextOptionsModifier and TypeMethodDescriptionPageImpl.getByText(String text, Page.GetByTextOptions options) PageImpl.getByText(Pattern text, Page.GetByTextOptions options)