Home > puppeteer > Protocol > DOMSnapshot > NameValue
Protocol.DOMSnapshot.NameValue interface
A name/value pair.
Signature:
export interface NameValue
Properties
Property |
Type |
Description |
name |
string |
Attribute/property name. |
value |
string |
Attribute/property value. |