Uses of Class
com.microsoft.playwright.Locator.FilterOptions
Packages that use Locator.FilterOptions
-
Uses of Locator.FilterOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.FilterOptionsModifier and TypeMethodDescriptionMatches elements containing an element that matches an inner locator.Matches elements that do not contain an element that matches an inner locator.Locator.FilterOptions.setHasNotText(String hasNotText) Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.Locator.FilterOptions.setHasNotText(Pattern hasNotText) Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.Locator.FilterOptions.setHasText(String hasText) Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.Locator.FilterOptions.setHasText(Pattern hasText) Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.Methods in com.microsoft.playwright with parameters of type Locator.FilterOptionsModifier and TypeMethodDescriptionLocator.filter(Locator.FilterOptions options) This method narrows existing locator according to the options, for example filters by text. -
Uses of Locator.FilterOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.FilterOptions