8054bac046
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
14 lines
217 B
Markdown
14 lines
217 B
Markdown
---
|
|
sidebar_label: WaitForOptions.waitUntil
|
|
---
|
|
|
|
# WaitForOptions.waitUntil property
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface WaitForOptions {
|
|
waitUntil?: PuppeteerLifeCycleEvent | PuppeteerLifeCycleEvent[];
|
|
}
|
|
```
|