Hi,
I am working on developing a test automation solution for an application which 
uses WebKit/Gtk+ library on Linux. While browsing through the sources of WebKit 
and related mailing lists, I got to know that WebKit does support 
Accessibililty through the usage of Atk/at-spi libraries.

There are couple of tools like "Accerciser" and at-poke for finding the object 
information of Gtk applications (which are accessibility enabled). When I 
execute my webkit based application and try to see the object hierarchy in one 
of these tools (accerciser), I find ONLY txt<Objects>.

The application is a small Gtk window with 7-8 Links on it which lead to 
different HTML pages. The complete rendering of html pages is done using WebKit.

My query is: Since webkit is accessibility enabled, why I am not able to see 
the Links as LINK Objects on which I can perform "click" operations.
All I see is "txtLink1", "txtLink2" without ANY operation possible on those. I 
am very sure that these links are displayed using the WEBKIT_WEB_VIEW macro and 
then calling webkit_web_view_open with "uri" of the html page.

Any help is greatly appreciated.

Thanks & Regards
Subodh

Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to