mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
429 B
429 B
Home > puppeteer > CustomQueryHandler > queryAll
CustomQueryHandler.queryAll property
Signature:
queryAll?: (element: Element | Document, selector: string) => Element[] | NodeListOf<Element>;