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 4799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4810 { "name": "categories", "type": "string", "optional": true, "description": "Category/tag filter" }, | 4810 { "name": "categories", "type": "string", "optional": true, "description": "Category/tag filter" }, |
4811 { "name": "options", "type": "string", "optional": true, "de scription": "Tracing options" }, | 4811 { "name": "options", "type": "string", "optional": true, "de scription": "Tracing options" }, |
4812 { "name": "bufferUsageReportingInterval", "type": "number", "optional": true, "description": "If set, the agent will issue bufferUsage event s at this interval, specified in milliseconds" } | 4812 { "name": "bufferUsageReportingInterval", "type": "number", "optional": true, "description": "If set, the agent will issue bufferUsage event s at this interval, specified in milliseconds" } |
4813 ], | 4813 ], |
4814 "handlers": ["browser", "renderer"] | 4814 "handlers": ["browser", "renderer"] |
4815 }, | 4815 }, |
4816 { | 4816 { |
4817 "name": "end", | 4817 "name": "end", |
4818 "async": true, | 4818 "async": true, |
4819 "description": "Stop trace events collection.", | 4819 "description": "Stop trace events collection.", |
4820 "parameters": [ | |
4821 { "name": "returnAsStream", "type": "boolean", "optional": t rue, "description": "Dump traces to a stream and resturn stream id, rather than emit dataCollected messages." } | |
pfeldman
2015/08/24 17:51:15
I think this belongs to start.
| |
4822 ], | |
4820 "handlers": ["browser", "renderer"] | 4823 "handlers": ["browser", "renderer"] |
4821 }, | 4824 }, |
4822 { | 4825 { |
4823 "name": "getCategories", | 4826 "name": "getCategories", |
4824 "async": true, | 4827 "async": true, |
4825 "description": "Gets supported tracing categories.", | 4828 "description": "Gets supported tracing categories.", |
4826 "returns": [ | 4829 "returns": [ |
4827 { "name": "categories", "type": "array", "items": { "type": "string" }, "description": "A list of supported tracing categories." } | 4830 { "name": "categories", "type": "array", "items": { "type": "string" }, "description": "A list of supported tracing categories." } |
4828 ], | 4831 ], |
4829 "handlers": ["browser"] | 4832 "handlers": ["browser"] |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5158 ], | 5161 ], |
5159 "returns": [ | 5162 "returns": [ |
5160 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true } | 5163 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true } |
5161 ], | 5164 ], |
5162 "description": "Fetches the accessibility node for this DOM node , if it exists.", | 5165 "description": "Fetches the accessibility node for this DOM node , if it exists.", |
5163 "hidden": true | 5166 "hidden": true |
5164 } | 5167 } |
5165 ] | 5168 ] |
5166 }] | 5169 }] |
5167 } | 5170 } |
OLD | NEW |