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