puppeteer/new-docs/puppeteer.protocol.dom.getattributesresponse.md

19 lines
665 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; [DOM](./puppeteer.protocol.dom.md) &gt; [GetAttributesResponse](./puppeteer.protocol.dom.getattributesresponse.md)
## Protocol.DOM.GetAttributesResponse interface
<b>Signature:</b>
```typescript
export interface GetAttributesResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [attributes](./puppeteer.protocol.dom.getattributesresponse.attributes.md) | string\[\] | An interleaved array of node attribute names and values. |