mozmill

Using MozMill for testing standalone XUL applications

六眼飞鱼酱① 提交于 2020-01-06 08:28:46
问题 As a follow-up of this question, I am trying MozMill for testing standalone XUL applications (not a firefox extension). However, I did not "get it" yet - more specifically, how to test a XULRunner-based application. Consider this app, for example. For now, I can run it from command line, more or less this way: $ /path/to/xulrunner /full/path/to/mozmillexample/application.ini I would like to write Mozmill scripts to test it. For example, I would like to write a test such as this one, which has