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