Skip to main content
Version: 22.7.1

Puppeteer.unregisterCustomQueryHandler() method

Unregisters a custom query handler for a given name.

Signature:

class Puppeteer {
static unregisterCustomQueryHandler(name: string): void;
}

Parameters

Parameter

Type

Description

name

string

Returns:

void