puppeteer/new-docs/puppeteer.protocol.domsnapshot.nodetreesnapshot.attributes.md

14 lines
597 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; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) &gt; [attributes](./puppeteer.protocol.domsnapshot.nodetreesnapshot.attributes.md)
## Protocol.DOMSnapshot.NodeTreeSnapshot.attributes property
Attributes of an `Element` node. Flatten name, value pairs.
<b>Signature:</b>
```typescript
attributes?: ArrayOfStrings[];
```