<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [SetAttributesAsTextRequest](./puppeteer.protocol.dom.setattributesastextrequest.md) &gt; [name](./puppeteer.protocol.dom.setattributesastextrequest.name.md)

## Protocol.DOM.SetAttributesAsTextRequest.name property

Attribute name to replace with new attributes derived from text in case text parsed successfully.

<b>Signature:</b>

```typescript
name?: string;
```