puppeteer/new-docs/puppeteer.protocol.domsnapshot.nodetreesnapshot.inputvalue.md
2020-07-13 14:01:35 +01:00

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;