puppeteer/website/versioned_docs/version-10.1.0/puppeteer.cdpsession.send.md
2021-08-10 11:09:48 +01:00

696 B

Home > puppeteer > CDPSession > send

CDPSession.send() method

Signature:

send<T extends keyof ProtocolMapping.Commands>(method: T, ...paramArgs: ProtocolMapping.Commands[T]['paramsType']): Promise<ProtocolMapping.Commands[T]['returnType']>;

Parameters

Parameter Type Description
method T
paramArgs ProtocolMapping.Commands[T]['paramsType']

Returns:

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