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

634 B

Home > puppeteer > Protocol > DOMSnapshot > NodeTreeSnapshot > inputChecked

Protocol.DOMSnapshot.NodeTreeSnapshot.inputChecked property

Only set for radio and checkbox input elements, indicates if the element has been checked

Signature:

inputChecked?: RareBooleanData;