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