Skip to main content
Version: Next

WaitForSelectorOptions.timeout property

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

The default value can be changed by using Page.setDefaultTimeout()

Signature:

interface WaitForSelectorOptions {
timeout?: number;
}