puppeteer/website/versioned_docs/version-19.8.1/api/puppeteer.waitforoptions.md
release-please[bot] 57e11b320c
chore: release main (#9932)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-29 07:39:41 +00:00

19 lines
2.2 KiB
Markdown

---
sidebar_label: WaitForOptions
---
# WaitForOptions interface
#### Signature:
```typescript
export interface WaitForOptions
```
## Properties
| Property | Modifiers | Type | Description | Default |
| ----------------------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| [timeout?](./puppeteer.waitforoptions.timeout.md) | | number | <p>_(Optional)_ Maximum wait time in milliseconds. Pass 0 to disable the timeout.</p><p>The default value can be changed by using the [Page.setDefaultTimeout()](./puppeteer.page.setdefaulttimeout.md) or [Page.setDefaultNavigationTimeout()](./puppeteer.page.setdefaultnavigationtimeout.md) methods.</p> | <code>30000</code> |
| [waitUntil?](./puppeteer.waitforoptions.waituntil.md) | | [PuppeteerLifeCycleEvent](./puppeteer.puppeteerlifecycleevent.md) \| [PuppeteerLifeCycleEvent](./puppeteer.puppeteerlifecycleevent.md)\[\] | _(Optional)_ | |