Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 215 Bytes

puppeteer.customqueryhandler.queryall.md

File metadata and controls

13 lines (10 loc) · 215 Bytes
sidebar_label
CustomQueryHandler.queryAll

CustomQueryHandler.queryAll property

Signature:

interface CustomQueryHandler {
  queryAll?: (node: Node, selector: string) => Node[];
}