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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 "type": "number", | 985 "type": "number", |
986 "description": "Number of seconds since epoch.", | 986 "description": "Number of seconds since epoch.", |
987 "hidden": true | 987 "hidden": true |
988 }, | 988 }, |
989 { | 989 { |
990 "id": "ConsoleMessage", | 990 "id": "ConsoleMessage", |
991 "type": "object", | 991 "type": "object", |
992 "description": "Console message.", | 992 "description": "Console message.", |
993 "properties": [ | 993 "properties": [ |
994 { "name": "source", "type": "string", "enum": ["xml", "javas
cript", "network", "console-api", "storage", "appcache", "rendering", "css", "se
curity", "other", "deprecation"], "description": "Message source." }, | 994 { "name": "source", "type": "string", "enum": ["xml", "javas
cript", "network", "console-api", "storage", "appcache", "rendering", "css", "se
curity", "other", "deprecation"], "description": "Message source." }, |
995 { "name": "level", "type": "string", "enum": ["log", "warnin
g", "error", "debug", "info", "revokedError"], "description": "Message severity.
" }, | 995 { "name": "level", "type": "string", "enum": ["log", "warnin
g", "error", "debug", "info"], "description": "Message severity." }, |
996 { "name": "text", "type": "string", "description": "Message
text." }, | 996 { "name": "text", "type": "string", "description": "Message
text." }, |
997 { "name": "type", "type": "string", "optional": true, "enum"
: ["log", "dir", "dirxml", "table", "trace", "clear", "startGroup", "startGroupC
ollapsed", "endGroup", "assert", "profile", "profileEnd"], "description": "Conso
le message type." }, | 997 { "name": "type", "type": "string", "optional": true, "enum"
: ["log", "dir", "dirxml", "table", "trace", "clear", "startGroup", "startGroupC
ollapsed", "endGroup", "assert", "profile", "profileEnd"], "description": "Conso
le message type." }, |
998 { "name": "scriptId", "type": "string", "optional": true, "d
escription": "Script ID of the message origin." }, | 998 { "name": "scriptId", "type": "string", "optional": true, "d
escription": "Script ID of the message origin." }, |
999 { "name": "url", "type": "string", "optional": true, "descri
ption": "URL of the message origin." }, | 999 { "name": "url", "type": "string", "optional": true, "descri
ption": "URL of the message origin." }, |
1000 { "name": "line", "type": "integer", "optional": true, "desc
ription": "Line number in the resource that generated this message." }, | 1000 { "name": "line", "type": "integer", "optional": true, "desc
ription": "Line number in the resource that generated this message." }, |
1001 { "name": "column", "type": "integer", "optional": true, "de
scription": "Column number in the resource that generated this message." }, | 1001 { "name": "column", "type": "integer", "optional": true, "de
scription": "Column number in the resource that generated this message." }, |
1002 { "name": "repeatCount", "type": "integer", "optional": true
, "description": "Repeat count for repeated messages." }, | 1002 { "name": "repeatCount", "type": "integer", "optional": true
, "description": "Repeat count for repeated messages." }, |
1003 { "name": "parameters", "type": "array", "items": { "$ref":
"Runtime.RemoteObject" }, "optional": true, "description": "Message parameters i
n case of the formatted message." }, | 1003 { "name": "parameters", "type": "array", "items": { "$ref":
"Runtime.RemoteObject" }, "optional": true, "description": "Message parameters i
n case of the formatted message." }, |
1004 { "name": "stackTrace", "$ref": "StackTrace", "optional": tr
ue, "description": "JavaScript stack trace for assertions and error messages." }
, | 1004 { "name": "stackTrace", "$ref": "StackTrace", "optional": tr
ue, "description": "JavaScript stack trace for assertions and error messages." }
, |
1005 { "name": "asyncStackTrace", "$ref": "AsyncStackTrace", "opt
ional": true, "description": "Asynchronous JavaScript stack trace that preceded
this message, if available.", "hidden": true }, | 1005 { "name": "asyncStackTrace", "$ref": "AsyncStackTrace", "opt
ional": true, "description": "Asynchronous JavaScript stack trace that preceded
this message, if available.", "hidden": true }, |
1006 { "name": "networkRequestId", "$ref": "Network.RequestId", "
optional": true, "description": "Identifier of the network request associated wi
th this message." }, | 1006 { "name": "networkRequestId", "$ref": "Network.RequestId", "
optional": true, "description": "Identifier of the network request associated wi
th this message." }, |
1007 { "name": "timestamp", "$ref": "Timestamp", "description": "
Timestamp, when this message was fired.", "hidden": true }, | 1007 { "name": "timestamp", "$ref": "Timestamp", "description": "
Timestamp, when this message was fired.", "hidden": true }, |
1008 { "name": "executionContextId", "$ref": "Runtime.ExecutionCo
ntextId", "optional": true, "description": "Identifier of the context where this
message was created", "hidden": true }, | 1008 { "name": "executionContextId", "$ref": "Runtime.ExecutionCo
ntextId", "optional": true, "description": "Identifier of the context where this
message was created", "hidden": true } |
1009 { "name": "messageId", "type": "integer", "hidden": true, "o
ptional": true, "description": "Message id." }, | |
1010 { "name": "relatedMessageId", "type": "integer", "hidden": t
rue, "optional": true, "description": "Related message id." } | |
1011 ] | 1009 ] |
1012 }, | 1010 }, |
1013 { | 1011 { |
1014 "id": "CallFrame", | 1012 "id": "CallFrame", |
1015 "type": "object", | 1013 "type": "object", |
1016 "description": "Stack entry for console errors and assertions.", | 1014 "description": "Stack entry for console errors and assertions.", |
1017 "properties": [ | 1015 "properties": [ |
1018 { "name": "functionName", "type": "string", "description": "
JavaScript function name." }, | 1016 { "name": "functionName", "type": "string", "description": "
JavaScript function name." }, |
1019 { "name": "scriptId", "type": "string", "description": "Java
Script script id." }, | 1017 { "name": "scriptId", "type": "string", "description": "Java
Script script id." }, |
1020 { "name": "url", "type": "string", "description": "JavaScrip
t script name or url." }, | 1018 { "name": "url", "type": "string", "description": "JavaScrip
t script name or url." }, |
(...skipping 4136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5157 ], | 5155 ], |
5158 "returns": [ | 5156 "returns": [ |
5159 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5157 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
5160 ], | 5158 ], |
5161 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5159 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
5162 "hidden": true | 5160 "hidden": true |
5163 } | 5161 } |
5164 ] | 5162 ] |
5165 }] | 5163 }] |
5166 } | 5164 } |
OLD | NEW |