35f9c6d1e6
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
429 B
429 B
sidebar_label |
---|
Puppeteer.unregisterCustomQueryHandler |
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