Uses of Class
com.microsoft.playwright.Page.QuerySelectorOptions
Packages that use Page.QuerySelectorOptions
-
Uses of Page.QuerySelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.QuerySelectorOptionsModifier and TypeMethodDescriptionPage.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.QuerySelectorOptionsModifier and TypeMethodDescriptionPage.querySelector(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.QuerySelectorOptionsModifier and TypeMethodDescriptionPageImpl.querySelector(String selector, Page.QuerySelectorOptions options)