Skip to main content

Connection.send() method

Signature:

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

Parameters

ParameterTypeDescription
methodT
paramArgsProtocolMapping.Commands[T]['paramsType']

Returns:

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