Skip to main content
Version: 23.8.0

UnsupportedOperation 类

¥UnsupportedOperation class

如果当前使用的协议不支持某个方法,Puppeteer 将抛出此错误

¥Puppeteer will throw this error if a method is not supported by the currently used protocol

签名

¥Signature

export declare class UnsupportedOperation extends PuppeteerError

Extends: PuppeteerError