Uses of Class
com.microsoft.playwright.Page.QuerySelectorOptions
-
Packages that use Page.QuerySelectorOptions Package Description com.microsoft.playwright -
-
Uses of Page.QuerySelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.QuerySelectorOptions Modifier and Type Method Description Page.QuerySelectorOptionsPage.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 Page.QuerySelectorOptions Modifier and Type Method Description ElementHandlePage. querySelector(String selector, Page.QuerySelectorOptions options)The method finds an element matching the specified selector within the page.
-