Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 665 Bytes

puppeteer.cdpsession.send.md

File metadata and controls

23 lines (14 loc) · 665 Bytes

Home > puppeteer > CDPSession > send

CDPSession.send() method

Signature:

send<T extends keyof Protocol.CommandParameters>(method: T, params?: Protocol.CommandParameters[T]): Promise<Protocol.CommandReturnValues[T]>;

Parameters

Parameter Type Description
method T
params Protocol.CommandParameters[T]

Returns:

Promise<Protocol.CommandReturnValues[T]>