here is what I got when I try to get objectlist of Mozilla Firefox 3.0.15 on fedora 10:
--------------------------------------------------------------------------------------------------------------------- [...@localhost Desktop]$ python Python 2.5.2 (r252:60911, Aug 27 2009, 16:21:05) [GCC 4.3.2 20081105 (NeoShine 4.3.2-7.1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from ldtp import * >>> from ldtputils import * >>> guiexist("Mozilla*") Warning: AT-SPI error: pre method check: add: Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0' Warning: AT-SPI error: pre method check: add: Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0' 1 >>> getobjectlist("Mozilla*") Warning: AT-SPI error: pre method check: add: Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0' *[u'frmMozillaFirefox', u'unk0']* >>> --------------------------------------------------------------------------------------------------------------------- why can't I got a complete object list of firefox? I'm sure I have enabled accessibility. and I'm also confused about the warning. -- Eva Xiong Xiaojing
_______________________________________________ LDTP-dev mailing list LDTP-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/ldtp-dev