Bugzilla – Bug 489435
AtspiUiaSource: Implement AutomationElement.FromHandle
Last modified: 2010-08-31 14:22:42 UTC
Implement the AutomationElement class's FromHandle method. This will require some research to see if there's a way we can do this with GTK+ widgets, etc.
If this feature is committed, we need to close this bug. If there is outstanding work left, please open new bug(s) for the outstanding work, or leave a comment describing what's left and I'll open the new bug(s).
I've added some code for this but only to get AutomationElementFromPoint working; AutomationElementFromhandle is essentially unimplemented for any other purpose (it might return the parent or a descendant of the requested window, for instance).