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
_______________________________________________
LDTP-dev mailing list
LDTP-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/ldtp-dev

Reply via email to