14 lines
510 B
Markdown
14 lines
510 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [SetAttributeValueRequest](./puppeteer.protocol.dom.setattributevaluerequest.md) > [name](./puppeteer.protocol.dom.setattributevaluerequest.name.md)
|
||
|
|
||
|
## Protocol.DOM.SetAttributeValueRequest.name property
|
||
|
|
||
|
Attribute name.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
name: string;
|
||
|
```
|