Uses of Class
com.microsoft.playwright.Page.EvalOnSelectorOptions
-
Packages that use Page.EvalOnSelectorOptions Package Description com.microsoft.playwright -
-
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 ObjectPage. 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.
-