Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 330 Bytes

puppeteer.unsupportedoperation.md

File metadata and controls

15 lines (10 loc) · 330 Bytes
sidebar_label
UnsupportedOperation

UnsupportedOperation class

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