Uses of Class
com.microsoft.playwright.Frame.GetByTitleOptions
Packages that use Frame.GetByTitleOptions
-
Uses of Frame.GetByTitleOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.GetByTitleOptionsModifier and TypeMethodDescriptionFrame.GetByTitleOptions.setExact(boolean exact) Whether to find an exact match: case-sensitive and whole-string.Methods in com.microsoft.playwright with parameters of type Frame.GetByTitleOptionsModifier and TypeMethodDescriptionFrame.getByTitle(String text, Frame.GetByTitleOptions options) Allows locating elements by their title attribute.Frame.getByTitle(Pattern text, Frame.GetByTitleOptions options) Allows locating elements by their title attribute. -
Uses of Frame.GetByTitleOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.GetByTitleOptionsModifier and TypeMethodDescriptionFrameImpl.getByTitle(String text, Frame.GetByTitleOptions options) FrameImpl.getByTitle(Pattern text, Frame.GetByTitleOptions options)