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

14 lines
565 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) &gt; [attributes](./puppeteer.protocol.dom.getattributesresponse.attributes.md)
## Protocol.DOM.GetAttributesResponse.attributes property
An interleaved array of node attribute names and values.
<b>Signature:</b>
```typescript
attributes: string[];
```