Hello,
See here for a simpler script: http://blog.thismagpie.com/2013/06/pyatspi2-script-to-demonstrate-text.html py-at-spi is event driven. So you receive an event with reference to an accessible object where the event is coming from and then you can inspect it by using its methods. These classes are declared neither in orca nor py-at-spi but somewhere else in the at-spi accessibility stack. At least this is how I can interpret the situation as a result of my quick google search and looking into orca sources. I think you might like to read the docs here: https://developer.gnome.org/at-spi-cspi/stable/spi-accessible.html Greetings Peter On 20.02.2014 10:40, Dhairyashil Bhosale wrote:
|