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