Uses of Class
com.microsoft.playwright.Frame.LocatorOptions
Packages that use Frame.LocatorOptions
-
Uses of Frame.LocatorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.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.Frame.LocatorOptions.setHasNotText(String hasNotText) Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.Frame.LocatorOptions.setHasNotText(Pattern hasNotText) Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.Frame.LocatorOptions.setHasText(String hasText) Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.Frame.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 Frame.LocatorOptionsModifier and TypeMethodDescriptionFrame.locator(String selector, Frame.LocatorOptions options) The method returns an element locator that can be used to perform actions on this page / frame. -
Uses of Frame.LocatorOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.LocatorOptionsModifier and TypeMethodDescriptionFrameImpl.locator(String selector, Frame.LocatorOptions options)