[TIMOB-6777] iOS: Being able to identify/walk UI elements as in the DOM
GitHub Issue | n/a |
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-06-28T23:24:18.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Mauro Parra-Miranda |
Assignee | Neeraj Gupta |
Created | 2011-12-19T17:32:34.000+0000 |
Updated | 2017-03-13T17:57:16.000+0000 |
Description
PROBLEM DESCRIPTION
Customer wants to walk ui elements like in the dom using child and parent (parent is not guaranteed to work the way that you would expect per stramer).
They also want to be able to select ui elements by id or class like in the dom.
Comments
JSON Source
We now have Alloy with a Declarative UI. It's in early stages but down the road we could offer a feature like this. It really depends on how dynamic and flexible the system is. The a simple get parent/child walk is easy for a full jQuery/Sizzle support hard.
Closing ticket as invalid.