[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetAttributesAsTextRequest](./puppeteer.protocol.dom.setattributesastextrequest.md) ## Protocol.DOM.SetAttributesAsTextRequest interface Signature: ```typescript export interface SetAttributesAsTextRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.dom.setattributesastextrequest.name.md) | string | Attribute name to replace with new attributes derived from text in case text parsed successfully. | | [nodeId](./puppeteer.protocol.dom.setattributesastextrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the element to set attributes for. | | [text](./puppeteer.protocol.dom.setattributesastextrequest.text.md) | string | Text with a number of attributes. Will parse this text using HTML parser. |