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

542 B

Home > puppeteer > Protocol > DOM > Node > attributes

Protocol.DOM.Node.attributes property

Attributes of the Element node in the form of flat array [name1, value1, name2, value2].

Signature:

attributes?: string[];