[LDTP-Dev] atspi event to ldtp command

Friedrich Paetzke f.paetzke at gmail.com
Wed Sep 12 02:36:47 PDT 2012


Hi,

I'm trying to transform a atspi event to a ldtp command, in particular 
the text change events (role = ROLE_TEXT, events = 
['object:text-changed:insert', 'object:text-changed:delete']) of text 
fields.

I'm able to get the value, but not a name or identifier to use with 
enterstring(). The event doesn't provide a name. I tried to match the 
child index with the return of

filter(lambda x: x.startswith('txt'), ldtp.getobjectlist(appname))

but wasn't successful.

Does someone give me a advice?


Best regards
friedrich


More information about the LDTP-dev mailing list