Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 585 Bytes

puppeteer.page.queryobjects.md

File metadata and controls

22 lines (13 loc) · 585 Bytes

Home > puppeteer > Page > queryObjects

Page.queryObjects() method

Signature:

queryObjects(prototypeHandle: JSHandle): Promise<JSHandle>;

Parameters

Parameter Type Description
prototypeHandle JSHandle

Returns:

Promise<JSHandle>