puppeteer/new-docs/puppeteer.protocol.dom.setnodenamerequest.md
2020-07-13 14:01:35 +01:00

745 B

Home > puppeteer > Protocol > DOM > SetNodeNameRequest

Protocol.DOM.SetNodeNameRequest interface

Signature:

export interface SetNodeNameRequest 

Properties

Property Type Description
name string New node's name.
nodeId NodeId Id of the node to set name for.