14 lines
528 B
Markdown
14 lines
528 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) > [GetAttributesRequest](./puppeteer.protocol.dom.getattributesrequest.md) > [nodeId](./puppeteer.protocol.dom.getattributesrequest.nodeid.md)
|
|
|
|
## Protocol.DOM.GetAttributesRequest.nodeId property
|
|
|
|
Id of the node to retrieve attibutes for.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
nodeId: NodeId;
|
|
```
|