puppeteer/docs/api/puppeteer.waitforselectoroptions.timeout.md
2022-07-05 15:41:43 +02:00

189 B

sidebar_label
WaitForSelectorOptions.timeout

WaitForSelectorOptions.timeout property

Signature:

interface WaitForSelectorOptions {
  timeout?: number;
}