Skip to main content
Version: Next

SetContentWaitForOptions interface

Signature

export interface SetContentWaitForOptions extends WaitForOptions

Extends: WaitForOptions

Properties

Property

Modifiers

Type

Description

Default

waitUntil

optional

Exclude<PuppeteerLifeCycleEvent, 'networkidle0' | 'networkidle2'> | Array<Exclude<PuppeteerLifeCycleEvent, 'networkidle0' | 'networkidle2'>>

When to consider waiting succeeds. Given an array of event strings, waiting is considered to be successful after all events have been fired.

'load'