Skip to main content
Version: 23.10.1

TimeoutError 类

¥TimeoutError class

每当某些操作由于超时而终止时,就会触发 TimeoutError。

¥TimeoutError is emitted whenever certain operations are terminated due to timeout.

签名

¥Signature

export declare class TimeoutError extends PuppeteerError

Extends: PuppeteerError

备注

¥Remarks

示例操作是 page.waitForSelectorpuppeteer.launch

¥Example operations are page.waitForSelector or puppeteer.launch.