Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "id": "<int>", | 2 "id": "<int>", |
| 3 "result": { | 3 "result": { |
| 4 "accessibilityNode": { | 4 "accessibilityNode": { |
| 5 "nodeId": "<string>", | 5 "nodeId": "<string>", |
| 6 "ignored": false, | 6 "ignored": false, |
| 7 "role": { | 7 "role": { |
| 8 "type": "internalRole", | 8 "type": "internalRole", |
| 9 "value": "Div" | 9 "value": "Div" |
| 10 }, | 10 }, |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 202 "type": "attribute", | 202 "type": "attribute", |
| 203 "attribute": "aria-label", | 203 "attribute": "aria-label", |
| 204 "superseded": true | 204 "superseded": true |
| 205 }, | 205 }, |
| 206 { | 206 { |
| 207 "type": "relatedElement", | 207 "type": "relatedElement", |
| 208 "superseded": true, | 208 "superseded": true, |
| 209 "nativeSource": "label" | 209 "nativeSource": "label" |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 "type": "contents", | 212 "type": "contents", |
|
aboxhall
2016/06/03 21:19:44
Hmmm something weird has happened here. Is this a
| |
| 213 "value": { | |
| 214 "type": "computedString", | |
| 215 "value": "Contents" | |
| 216 }, | |
| 217 "superseded": true | 213 "superseded": true |
| 218 }, | 214 }, |
| 219 { | 215 { |
| 220 "type": "attribute", | 216 "type": "attribute", |
| 221 "attribute": "title", | 217 "attribute": "title", |
| 222 "superseded": true | 218 "superseded": true |
| 223 } | 219 } |
| 224 ] | 220 ] |
| 225 }, | 221 }, |
| 226 "properties": [ | 222 "properties": [ |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 291 "attribute": "aria-label", | 287 "attribute": "aria-label", |
| 292 "superseded": true | 288 "superseded": true |
| 293 }, | 289 }, |
| 294 { | 290 { |
| 295 "type": "relatedElement", | 291 "type": "relatedElement", |
| 296 "superseded": true, | 292 "superseded": true, |
| 297 "nativeSource": "label" | 293 "nativeSource": "label" |
| 298 }, | 294 }, |
| 299 { | 295 { |
| 300 "type": "contents", | 296 "type": "contents", |
| 301 "value": { | |
| 302 "type": "computedString", | |
| 303 "value": "Contents" | |
| 304 }, | |
| 305 "superseded": true | 297 "superseded": true |
| 306 }, | 298 }, |
| 307 { | 299 { |
| 308 "type": "attribute", | 300 "type": "attribute", |
| 309 "attribute": "title", | 301 "attribute": "title", |
| 310 "superseded": true | 302 "superseded": true |
| 311 } | 303 } |
| 312 ] | 304 ] |
| 313 }, | 305 }, |
| 314 "properties": [ | 306 "properties": [ |
| (...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1331 "nodeResult": "ul#list1" | 1323 "nodeResult": "ul#list1" |
| 1332 } | 1324 } |
| 1333 ] | 1325 ] |
| 1334 } | 1326 } |
| 1335 } | 1327 } |
| 1336 ] | 1328 ] |
| 1337 } | 1329 } |
| 1338 } | 1330 } |
| 1339 } | 1331 } |
| 1340 | 1332 |
| OLD | NEW |