Good day,

I've been trying to get the URL bar control from Google Chrome in order to get 
the URL text. So far I've managed to get the chrome window using at-spi and 
iterate through all the control hierarchy. I can see which one is the URL text 
as for every AccessibleEditableText control I simply print out the text (and 
identify which is link). The problem is that most of the chrome controls have a 
NULL name and description as provided by Accessible_getName and 
Accessible_getDescription. Thus, I have no apperent way to uniquely identify 
the 
URL bar from withing the program so I can programatically access the URL.

Does anybody, please, have any suggestions on this?

profkhaos

_______________________________________________
gnome-accessibility-devel mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

Reply via email to