1847704789
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`.
403 B
403 B
sidebar_label |
---|
clearCustomQueryHandlers |
clearCustomQueryHandlers() function
Warning: This API is now obsolete.
Import Puppeteer and use the static method Puppeteer.clearCustomQueryHandlers()
Signature:
export declare function clearCustomQueryHandlers(): void;
Returns:
void