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

20 lines
444 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 CustomError
```
**Extends:** [CustomError](./puppeteer.customerror.md)
## Remarks
Example operations are [page.waitForSelector](./puppeteer.page.waitforselector.md) or [puppeteer.launch](./puppeteer.puppeteernode.launch.md).