Puppeteer.customQueryHandlerNames() method
Gets the names of all custom query handlers.
Signature:
class Puppeteer {
static customQueryHandlerNames(): string[];
}
Returns:
string[]
Gets the names of all custom query handlers.
class Puppeteer {
static customQueryHandlerNames(): string[];
}
Returns:
string[]