[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetAttributesResponse](./puppeteer.protocol.dom.getattributesresponse.md) > [attributes](./puppeteer.protocol.dom.getattributesresponse.attributes.md) ## Protocol.DOM.GetAttributesResponse.attributes property An interleaved array of node attribute names and values. Signature: ```typescript attributes: string[]; ```