<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Page](./puppeteer.page.md) &gt; [queryObjects](./puppeteer.page.queryobjects.md)

## Page.queryObjects() method

<b>Signature:</b>

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

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  prototypeHandle | [JSHandle](./puppeteer.jshandle.md) |  |

<b>Returns:</b>

Promise&lt;[JSHandle](./puppeteer.jshandle.md)<!-- -->&gt;