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
继承自: PuppeteerError