mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
737 B
Markdown
19 lines
737 B
Markdown
---
|
|
sidebar_label: CustomQueryHandler
|
|
---
|
|
|
|
# CustomQueryHandler interface
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export interface CustomQueryHandler
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| ------------------------------------------------------- | --------- | ------------------------------------------------- | ----------------- |
|
|
| [queryAll?](./puppeteer.customqueryhandler.queryall.md) | | (node: Node, selector: string) => Node\[\] | <i>(Optional)</i> |
|
|
| [queryOne?](./puppeteer.customqueryhandler.queryone.md) | | (node: Node, selector: string) => Node \| null | <i>(Optional)</i> |
|