[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) > [textValue](./puppeteer.protocol.domsnapshot.nodetreesnapshot.textvalue.md) ## Protocol.DOMSnapshot.NodeTreeSnapshot.textValue property Only set for textarea elements, contains the text value. Signature: ```typescript textValue?: RareStringData; ```