puppeteer/docs/api/puppeteer.waitforselectoroptions.timeout.md

366 B

sidebar_label
WaitForSelectorOptions.timeout

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;
}