File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 75527552 "type": "string",
75537553 "description": "<code>Node</code>'s nodeValue."
75547554 },
7555+ {
7556+ "name": "textValue",
7557+ "type": "string",
7558+ "optional": true,
7559+ "description": "Only set for textarea elements, contains the text value."
7560+ },
7561+ {
7562+ "name": "inputValue",
7563+ "type": "string",
7564+ "optional": true,
7565+ "description": "Only set for input elements, contains the input's associated text value."
7566+ },
7567+ {
7568+ "name": "inputChecked",
7569+ "type": "boolean",
7570+ "optional": true,
7571+ "description": "Only set for radio and checkbox input elements, indicates if the element has been checked"
7572+ },
7573+ {
7574+ "name": "optionSelected",
7575+ "type": "boolean",
7576+ "optional": true,
7577+ "description": "Only set for option elements, indicates if the element has been selected"
7578+ },
75557579 {
75567580 "name": "backendNodeId",
75577581 "$ref": "DOM.BackendNodeId",
You can’t perform that action at this time.
0 commit comments