Uses of Class
com.microsoft.playwright.Locator.LocatorOptions
-
Packages that use Locator.LocatorOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Locator.LocatorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Locator.LocatorOptions Modifier and Type Method Description Locator.LocatorOptionsLocator.LocatorOptions. setHas(Locator has)Matches elements containing an element that matches an inner locator.Locator.LocatorOptionsLocator.LocatorOptions. setHasNot(Locator hasNot)Matches elements that do not contain an element that matches an inner locator.Locator.LocatorOptionsLocator.LocatorOptions. setHasNotText(java.lang.String hasNotText)Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.Locator.LocatorOptionsLocator.LocatorOptions. setHasNotText(java.util.regex.Pattern hasNotText)Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.Locator.LocatorOptionsLocator.LocatorOptions. setHasText(java.lang.String hasText)Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.Locator.LocatorOptionsLocator.LocatorOptions. setHasText(java.util.regex.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.LocatorOptions Modifier and Type Method Description LocatorLocator. locator(Locator selectorOrLocator, Locator.LocatorOptions options)The method finds an element matching the specified selector in the locator's subtree.LocatorLocator. locator(java.lang.String selectorOrLocator, Locator.LocatorOptions options)The method finds an element matching the specified selector in the locator's subtree. -
Uses of Locator.LocatorOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Locator.LocatorOptions Modifier and Type Method Description LocatorLocatorImpl. locator(Locator selectorOrLocator, Locator.LocatorOptions options)LocatorLocatorImpl. locator(java.lang.String selector, Locator.LocatorOptions options)Constructors in com.microsoft.playwright.impl with parameters of type Locator.LocatorOptions Constructor Description LocatorImpl(FrameImpl frame, java.lang.String selector, Locator.LocatorOptions options)
-