Skip to content

CdpCommandTimeoutErrorConstructorParams

Parameters for the CdpCommandTimeoutError constructor.

Import:

import type { CdpCommandTimeoutErrorConstructorParams } from 'obsidian-integration-testing';

Signature:

export interface CdpCommandTimeoutErrorConstructorParams

Properties

PropertyTypeDescription
methodstringThe CDP method that got no response, e.g. 'Runtime.evaluate'.
timeoutInMillisecondsnumberThe per-command budget that elapsed, in milliseconds.