| OLD | NEW |
| 1 { | 1 { |
| 2 "version": { "major": "1", "minor": "1" }, | 2 "version": { "major": "1", "minor": "1" }, |
| 3 "domains": [{ | 3 "domains": [{ |
| 4 "domain": "Inspector", | 4 "domain": "Inspector", |
| 5 "hidden": true, | 5 "hidden": true, |
| 6 "types": [], | 6 "types": [], |
| 7 "commands": [ | 7 "commands": [ |
| 8 { | 8 { |
| 9 "name": "enable", | 9 "name": "enable", |
| 10 "description": "Enables inspector domain notifications." | 10 "description": "Enables inspector domain notifications." |
| (...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 ], | 1092 ], |
| 1093 "description": "Enables console to refer to the node with given
id via $x (see Command Line API for more details $x functions).", | 1093 "description": "Enables console to refer to the node with given
id via $x (see Command Line API for more details $x functions).", |
| 1094 "hidden": true | 1094 "hidden": true |
| 1095 }, | 1095 }, |
| 1096 { | 1096 { |
| 1097 "name": "addInspectedHeapObject", | 1097 "name": "addInspectedHeapObject", |
| 1098 "parameters": [ | 1098 "parameters": [ |
| 1099 { "name": "heapObjectId", "type": "integer" } | 1099 { "name": "heapObjectId", "type": "integer" } |
| 1100 ], | 1100 ], |
| 1101 "hidden": true | 1101 "hidden": true |
| 1102 }, | |
| 1103 { | |
| 1104 "name": "setLastEvaluationResult", | |
| 1105 "parameters": [ | |
| 1106 { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "des
cription": "Identifier of the object to set as last evaluation result." } | |
| 1107 ], | |
| 1108 "hidden": true, | |
| 1109 "description": "Sets last evaluation result in console. Can be a
ccessed via <code>$_</code> command line API." | |
| 1110 } | 1102 } |
| 1111 ], | 1103 ], |
| 1112 "events": [ | 1104 "events": [ |
| 1113 { | 1105 { |
| 1114 "name": "messageAdded", | 1106 "name": "messageAdded", |
| 1115 "parameters": [ | 1107 "parameters": [ |
| 1116 { "name": "message", "$ref": "ConsoleMessage", "description"
: "Console message that has been added." } | 1108 { "name": "message", "$ref": "ConsoleMessage", "description"
: "Console message that has been added." } |
| 1117 ], | 1109 ], |
| 1118 "description": "Issued when new console message is added." | 1110 "description": "Issued when new console message is added." |
| 1119 }, | 1111 }, |
| (...skipping 3773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4893 ], | 4885 ], |
| 4894 "returns": [ | 4886 "returns": [ |
| 4895 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists." } | 4887 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists." } |
| 4896 ], | 4888 ], |
| 4897 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 4889 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
| 4898 "hidden": true | 4890 "hidden": true |
| 4899 } | 4891 } |
| 4900 ] | 4892 ] |
| 4901 }] | 4893 }] |
| 4902 } | 4894 } |
| OLD | NEW |