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

797 B

Home > puppeteer > Protocol > DOM > RemoveAttributeRequest

Protocol.DOM.RemoveAttributeRequest interface

Signature:

export interface RemoveAttributeRequest 

Properties

Property Type Description
name string Name of the attribute to remove.
nodeId NodeId Id of the element to remove attribute from.