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 5169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5180 "description": "Enum of possible property types." | 5180 "description": "Enum of possible property types." |
5181 }, | 5181 }, |
5182 { | 5182 { |
5183 "id": "AXValueSourceType", | 5183 "id": "AXValueSourceType", |
5184 "type": "string", | 5184 "type": "string", |
5185 "enum": [ "attribute", "implicit", "style", "contents", "placeho
lder", "relatedElement" ], | 5185 "enum": [ "attribute", "implicit", "style", "contents", "placeho
lder", "relatedElement" ], |
5186 "description": "Enum of possible property sources." | 5186 "description": "Enum of possible property sources." |
5187 }, | 5187 }, |
5188 { "id": "AXValueNativeSourceType", | 5188 { "id": "AXValueNativeSourceType", |
5189 "type": "string", | 5189 "type": "string", |
5190 "enum": [ "figcaption", "label", "labelfor", "labelwrapped", "tabl
ecaption", "other" ], | 5190 "enum": [ "figcaption", "label", "labelfor", "labelwrapped", "lege
nd", "tablecaption", "other" ], |
5191 "description": "Enum of possible native property sources (as a sub
type of a particular AXValueSourceType)." | 5191 "description": "Enum of possible native property sources (as a sub
type of a particular AXValueSourceType)." |
5192 }, | 5192 }, |
5193 { | 5193 { |
5194 "id": "AXValueSource", | 5194 "id": "AXValueSource", |
5195 "type": "object", | 5195 "type": "object", |
5196 "properties": [ | 5196 "properties": [ |
5197 { "name": "type", "$ref": "AXValueSourceType", "description"
: "What type of source this is." }, | 5197 { "name": "type", "$ref": "AXValueSourceType", "description"
: "What type of source this is." }, |
5198 { "name": "value", "$ref": "AXValue", "description": "The va
lue of this property source.", "optional": true }, | 5198 { "name": "value", "$ref": "AXValue", "description": "The va
lue of this property source.", "optional": true }, |
5199 { "name": "attribute", "type": "string", "description": "The
attribute, if any.", "optional": true }, | 5199 { "name": "attribute", "type": "string", "description": "The
attribute, if any.", "optional": true }, |
5200 { "name": "superseded", "type": "boolean", "description": "W
hether this source is superseded by a higher priority source.", "optional": true
}, | 5200 { "name": "superseded", "type": "boolean", "description": "W
hether this source is superseded by a higher priority source.", "optional": true
}, |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5288 ], | 5288 ], |
5289 "returns": [ | 5289 "returns": [ |
5290 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5290 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
5291 ], | 5291 ], |
5292 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5292 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
5293 "hidden": true | 5293 "hidden": true |
5294 } | 5294 } |
5295 ] | 5295 ] |
5296 }] | 5296 }] |
5297 } | 5297 } |
OLD | NEW |