Uses of Class
com.microsoft.playwright.Frame.EvalOnSelectorOptions
-
Packages that use Frame.EvalOnSelectorOptions Package Description com.microsoft.playwright -
-
Uses of Frame.EvalOnSelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.EvalOnSelectorOptions Modifier and Type Method Description Frame.EvalOnSelectorOptionsFrame.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 Frame.EvalOnSelectorOptions Modifier and Type Method Description ObjectFrame. evalOnSelector(String selector, String expression, Object arg, Frame.EvalOnSelectorOptions options)Returns the return value ofexpression.
-