puppeteer/website/versioned_docs/version-22.11.0/api/puppeteer.timeouterror.md

20 lines
453 B
Markdown
Raw Normal View History

---
sidebar_label: TimeoutError
---
# TimeoutError class
TimeoutError is emitted whenever certain operations are terminated due to timeout.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
export declare class TimeoutError extends PuppeteerError
```
**Extends:** [PuppeteerError](./puppeteer.puppeteererror.md)
## Remarks
Example operations are [page.waitForSelector](./puppeteer.page.waitforselector.md) or [puppeteer.launch](./puppeteer.puppeteernode.launch.md).