[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [DOMNode](./puppeteer.protocol.domsnapshot.domnode.md) > [attributes](./puppeteer.protocol.domsnapshot.domnode.attributes.md) ## Protocol.DOMSnapshot.DOMNode.attributes property Attributes of an `Element` node. Signature: ```typescript attributes?: NameValue[]; ```