[Home](./index.md) > [puppeteer](./puppeteer.md) > [ExecutionContext](./puppeteer.executioncontext.md) > [queryObjects](./puppeteer.executioncontext.queryobjects.md) ## ExecutionContext.queryObjects() method Signature: ```typescript queryObjects(prototypeHandle: JSHandle): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | prototypeHandle | [JSHandle](./puppeteer.jshandle.md) | | Returns: Promise<[JSHandle](./puppeteer.jshandle.md)>