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