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

890 B

Home > puppeteer > Protocol > DOM > SetAttributeValueRequest

Protocol.DOM.SetAttributeValueRequest interface

Signature:

export interface SetAttributeValueRequest 

Properties

Property Type Description
name string Attribute name.
nodeId NodeId Id of the element to set attribute for.
value string Attribute value.