Skip to main content
Module

x/puppeteer/mod.ts>Connection#send

A port of puppeteer running on Deno
Latest
method Connection.prototype.send
Re-export
import { Connection } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Type Parameters

T extends keyof ProtocolMapping.Commands

Parameters

method: T
...paramArgs: ProtocolMapping.Commands[T]["paramsType"]

Returns

Promise<ProtocolMapping.Commands[T]["returnType"]>