<!-- 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; [SetAttributeValueRequest](./puppeteer.protocol.dom.setattributevaluerequest.md) &gt; [nodeId](./puppeteer.protocol.dom.setattributevaluerequest.nodeid.md)

## Protocol.DOM.SetAttributeValueRequest.nodeId property

Id of the element to set attribute for.

<b>Signature:</b>

```typescript
nodeId: NodeId;
```