Skip to main content
Version: 24.38.0

TimeoutError 类

🌐 TimeoutError class

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

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

语法

🌐 Signature

export declare class TimeoutError extends PuppeteerError

继承自: PuppeteerError

附注

🌐 Remarks

示例操作有 page.waitForSelectorpuppeteer.launch

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