[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) > [inputValue](./puppeteer.protocol.domsnapshot.nodetreesnapshot.inputvalue.md) ## Protocol.DOMSnapshot.NodeTreeSnapshot.inputValue property Only set for input elements, contains the input's associated text value. Signature: ```typescript inputValue?: RareStringData; ```