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`.
20 lines
276 B
Markdown
20 lines
276 B
Markdown
---
|
|
sidebar_label: Puppeteer.customQueryHandlerNames
|
|
---
|
|
|
|
# Puppeteer.customQueryHandlerNames() method
|
|
|
|
Gets the names of all custom query handlers.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class Puppeteer {
|
|
static customQueryHandlerNames(): string[];
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
string\[\]
|