Uses of Class
com.microsoft.playwright.FrameLocator.LocatorOptions
Packages that use FrameLocator.LocatorOptions
-
Uses of FrameLocator.LocatorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return FrameLocator.LocatorOptionsModifier and TypeMethodDescriptionMatches elements containing an element that matches an inner locator.Matches elements that do not contain an element that matches an inner locator.FrameLocator.LocatorOptions.setHasNotText(String hasNotText) Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.FrameLocator.LocatorOptions.setHasNotText(Pattern hasNotText) Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.FrameLocator.LocatorOptions.setHasText(String hasText) Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.FrameLocator.LocatorOptions.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 FrameLocator.LocatorOptionsModifier and TypeMethodDescriptionFrameLocator.locator(Locator selectorOrLocator, FrameLocator.LocatorOptions options) The method finds an element matching the specified selector in the locator's subtree.FrameLocator.locator(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.LocatorOptionsModifier and TypeMethodDescriptionFrameLocatorImpl.locator(Locator selectorOrLocator, FrameLocator.LocatorOptions options) FrameLocatorImpl.locator(String selector, FrameLocator.LocatorOptions options)