14 lines
608 B
Markdown
14 lines
608 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) > [inputValue](./puppeteer.protocol.domsnapshot.nodetreesnapshot.inputvalue.md)
|
|
|
|
## Protocol.DOMSnapshot.NodeTreeSnapshot.inputValue property
|
|
|
|
Only set for input elements, contains the input's associated text value.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
inputValue?: RareStringData;
|
|
```
|