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 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1403 { "name": "httpOnly", "type": "boolean", "description": "Tru
e if cookie is http-only." }, | 1403 { "name": "httpOnly", "type": "boolean", "description": "Tru
e if cookie is http-only." }, |
1404 { "name": "secure", "type": "boolean", "description": "True
if cookie is secure." }, | 1404 { "name": "secure", "type": "boolean", "description": "True
if cookie is secure." }, |
1405 { "name": "session", "type": "boolean", "description": "True
in case of session cookie." } | 1405 { "name": "session", "type": "boolean", "description": "True
in case of session cookie." } |
1406 ], | 1406 ], |
1407 "hidden": true | 1407 "hidden": true |
1408 } | 1408 } |
1409 ], | 1409 ], |
1410 "commands": [ | 1410 "commands": [ |
1411 { | 1411 { |
1412 "name": "enable", | 1412 "name": "enable", |
1413 "description": "Enables network tracking, network events will no
w be delivered to the client." | 1413 "description": "Enables network tracking, network events will no
w be delivered to the client.", |
| 1414 "parameters": [ |
| 1415 { "name": "maxTotalBufferSize", "type": "integer", "optional
": true, "hidden": true, "description": "Buffer size in bytes to use when preser
ving network payloads (XHRs, etc)." }, |
| 1416 { "name": "maxResourceBufferSize", "type": "integer", "optio
nal": true, "hidden": true, "description": "Per-resource buffer size in bytes to
use when preserving network payloads (XHRs, etc)." } |
| 1417 ] |
1414 }, | 1418 }, |
1415 { | 1419 { |
1416 "name": "disable", | 1420 "name": "disable", |
1417 "description": "Disables network tracking, prevents network even
ts from being sent to the client." | 1421 "description": "Disables network tracking, prevents network even
ts from being sent to the client." |
1418 }, | 1422 }, |
1419 { | 1423 { |
1420 "name": "setUserAgentOverride", | 1424 "name": "setUserAgentOverride", |
1421 "description": "Allows overriding user agent with the given stri
ng.", | 1425 "description": "Allows overriding user agent with the given stri
ng.", |
1422 "parameters": [ | 1426 "parameters": [ |
1423 { "name": "userAgent", "type": "string", "description": "Use
r agent to use." } | 1427 { "name": "userAgent", "type": "string", "description": "Use
r agent to use." } |
(...skipping 3730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5154 ], | 5158 ], |
5155 "returns": [ | 5159 "returns": [ |
5156 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5160 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
5157 ], | 5161 ], |
5158 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5162 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
5159 "hidden": true | 5163 "hidden": true |
5160 } | 5164 } |
5161 ] | 5165 ] |
5162 }] | 5166 }] |
5163 } | 5167 } |
OLD | NEW |