[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetAttributesAsTextRequest](./puppeteer.protocol.dom.setattributesastextrequest.md) > [text](./puppeteer.protocol.dom.setattributesastextrequest.text.md) ## Protocol.DOM.SetAttributesAsTextRequest.text property Text with a number of attributes. Will parse this text using HTML parser. Signature: ```typescript text: string; ```