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