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