Skip to main content
Version: 19.1.2

WaitForTargetOptions.timeout property

Maximum wait time in milliseconds. Pass 0 to disable the timeout.

Signature:

interface WaitForTargetOptions {
timeout?: number;
}

Default value:

30 seconds.