puppeteer/new-docs/puppeteer.customqueryhandler.queryall.md

12 lines
440 B
Markdown

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