puppeteer/docs/api/puppeteer.timeouterror.md

20 lines
444 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: TimeoutError
---
# TimeoutError class
TimeoutError is emitted whenever certain operations are terminated due to timeout.
#### Signature:
2022-07-05 13:41:43 +00:00
```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).