Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 667 Bytes

puppeteer.waitforoptions.md

File metadata and controls

20 lines (12 loc) · 667 Bytes

Home > puppeteer > WaitForOptions

WaitForOptions interface

Signature:

export interface WaitForOptions 

Properties

Property Type Description
timeout number Maximum wait time in milliseconds, defaults to 30 seconds, pass 0 to disable the timeout.
waitUntil PuppeteerLifeCycleEvent | PuppeteerLifeCycleEvent[]