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.waitForSelector 或 puppeteer.launch。
¥Example operations are page.waitForSelector or puppeteer.launch.