19 lines
665 B
Markdown
19 lines
665 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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. |
|
||
|
|