puppeteer/new-docs/puppeteer.protocol.runtime.queryobjectsresponse.md

19 lines
687 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [QueryObjectsResponse](./puppeteer.protocol.runtime.queryobjectsresponse.md)
## Protocol.Runtime.QueryObjectsResponse interface
<b>Signature:</b>
```typescript
export interface QueryObjectsResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [objects](./puppeteer.protocol.runtime.queryobjectsresponse.objects.md) | [RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Array with objects. |