Uses of Class
com.microsoft.playwright.Page.EvalOnSelectorOptions
-
Packages that use Page.EvalOnSelectorOptions Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
Uses of Page.EvalOnSelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Page.EvalOnSelectorOptions Modifier and Type Method Description Page.EvalOnSelectorOptionsPage.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.EvalOnSelectorOptions Modifier and Type Method Description java.lang.ObjectPage. evalOnSelector(java.lang.String selector, java.lang.String expression, java.lang.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.EvalOnSelectorOptions Modifier and Type Method Description java.lang.ObjectPageImpl. evalOnSelector(java.lang.String selector, java.lang.String pageFunction, java.lang.Object arg, Page.EvalOnSelectorOptions options)
-