[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) > [attributes](./puppeteer.protocol.domsnapshot.nodetreesnapshot.attributes.md) ## Protocol.DOMSnapshot.NodeTreeSnapshot.attributes property Attributes of an `Element` node. Flatten name, value pairs. Signature: ```typescript attributes?: ArrayOfStrings[]; ```