mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
588 B
588 B
Home > puppeteer > Protocol > DOMSnapshot > NodeTreeSnapshot > textValue
Protocol.DOMSnapshot.NodeTreeSnapshot.textValue property
Only set for textarea elements, contains the text value.
Signature:
textValue?: RareStringData;