Uses of Class
com.microsoft.playwright.Frame.EvalOnSelectorOptions
Packages that use Frame.EvalOnSelectorOptions
-
Uses of Frame.EvalOnSelectorOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Frame.EvalOnSelectorOptionsModifier and TypeMethodDescriptionFrame.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.EvalOnSelectorOptionsModifier and TypeMethodDescriptionFrame.evalOnSelector(String selector, String expression, Object arg, Frame.EvalOnSelectorOptions options) Returns the return value ofexpression. -
Uses of Frame.EvalOnSelectorOptions in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl with parameters of type Frame.EvalOnSelectorOptionsModifier and TypeMethodDescriptionFrameImpl.evalOnSelector(String selector, String pageFunction, Object arg, Frame.EvalOnSelectorOptions options) (package private) ObjectFrameImpl.evalOnSelectorImpl(String selector, String pageFunction, Object arg, Frame.EvalOnSelectorOptions options)