CdpCommandTimeoutErrorConstructorParams
Parameters for the CdpCommandTimeoutError constructor.
Import:
import type { CdpCommandTimeoutErrorConstructorParams } from 'obsidian-integration-testing';Signature:
export interface CdpCommandTimeoutErrorConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| method | string | The CDP method that got no response, e.g. 'Runtime.evaluate'. |
| timeoutInMilliseconds | number | The per-command budget that elapsed, in milliseconds. |