import { JSHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts";
This method passes this handle as the first argument to pageFunction
.
Parameters
pageFunction: EvaluateHandleFn
...args: SerializableOrJSHandle[]
Returns
Promise<HandleType>