mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
244 B
244 B
sidebar_label |
---|
CustomQueryHandler.queryOne |
CustomQueryHandler.queryOne property
Signature:
interface CustomQueryHandler {queryOne?: (element: Element | Document, selector: string) => Element | null;}