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