Uses of Class
com.microsoft.playwright.Page.EvalOnSelectorOptions
Packages that use Page.EvalOnSelectorOptions
-
Uses of Page.EvalOnSelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.EvalOnSelectorOptionsModifier and TypeMethodDescriptionPage.EvalOnSelectorOptions.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.EvalOnSelectorOptionsModifier and TypeMethodDescriptionPage.evalOnSelector(String selector, String expression, Object arg, Page.EvalOnSelectorOptions options) The method finds an element matching the specified selector within the page and passes it as a first argument toexpression. -
Uses of Page.EvalOnSelectorOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Page.EvalOnSelectorOptionsModifier and TypeMethodDescriptionPageImpl.evalOnSelector(String selector, String pageFunction, Object arg, Page.EvalOnSelectorOptions options)