[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [QueryObjectsResponse](./puppeteer.protocol.runtime.queryobjectsresponse.md) ## Protocol.Runtime.QueryObjectsResponse interface Signature: ```typescript export interface QueryObjectsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [objects](./puppeteer.protocol.runtime.queryobjectsresponse.objects.md) | [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Array with objects. |