puppeteer/new-docs/puppeteer.protocol.dom.setattributesastextrequest.name.md

14 lines
601 B
Markdown
Raw Normal View History

<!-- 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;
```