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

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;