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