Uses of Class
com.microsoft.playwright.Frame.QuerySelectorOptions
-
Packages that use Frame.QuerySelectorOptions Package Description com.microsoft.playwright -
-
Uses of Frame.QuerySelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.QuerySelectorOptions Modifier and Type Method Description Frame.QuerySelectorOptionsFrame.QuerySelectorOptions. setStrict(boolean strict)When true, the call requires selector to resolve to a single element.Methods in com.microsoft.playwright with parameters of type Frame.QuerySelectorOptions Modifier and Type Method Description ElementHandleFrame. querySelector(String selector, Frame.QuerySelectorOptions options)Returns the ElementHandle pointing to the frame element.
-