Home > puppeteer > Protocol > DOM > Node > attributes
Attributes of the Element node in the form of flat array [name1, value1, name2, value2].
Element
[name1, value1, name2, value2]
Signature:
attributes?: string[];