--- sidebar_label: CDPSession.send --- # CDPSession.send() method **Signature:** ```typescript class CDPSession { send( method: T, ...paramArgs: ProtocolMapping.Commands[T]['paramsType'] ): Promise; } ``` ## Parameters | Parameter | Type | Description | | --------- | --------------------------------------------- | ----------- | | method | T | | | paramArgs | ProtocolMapping.Commands\[T\]\['paramsType'\] | | **Returns:** Promise<ProtocolMapping.Commands\[T\]\['returnType'\]>