xul standalone application+GUI testing
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi,
I have an standalone application based on xulrunner technologes. I want to test GUI using mochitest framework. I try run it and i get an error:
[root@mochitest]# python runtests.py
Traceback (most recent call last):
File "runtests.py", line 25, in <module>
from automation import Automation
ImportError: No module named automation
[root@mochitest]#
I found build script for automation.py but i think this module can be used only for mozilla products? I'am correct? Or, maybe is there any tips how to adapt it for generic xul application?