12 lines
429 B
Markdown
12 lines
429 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [CustomQueryHandler](./puppeteer.customqueryhandler.md) > [queryAll](./puppeteer.customqueryhandler.queryall.md)
|
|
|
|
## CustomQueryHandler.queryAll property
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
queryAll?: (element: Element | Document, selector: string) => Element[] | NodeListOf<Element>;
|
|
```
|