puppeteer/docs/api/puppeteer.puppeteer.clearcustomqueryhandlers.md
jrandolf 1847704789
fix!: refactor custom query handler API (#9078)
This PR removes the deprecated query selector API from the `puppeteer`
instance. Direct imports of the query selector API have also been
deprecated and users are now expected to use the static methods defined
on `Puppeteer`.
2022-10-10 16:01:09 +02:00

263 B

sidebar_label
Puppeteer.clearCustomQueryHandlers

Puppeteer.clearCustomQueryHandlers() method

Unregisters all custom query handlers.

Signature:

class Puppeteer {
  static clearCustomQueryHandlers(): void;
}

Returns:

void