Hi,

For mozmill tests, when we need to find elements in Firefox by ID, class or other attributes, we use Firebug or Dom Inspector. For the mozmill code itself, you'll need to add dump lines inside of it, where it's relevant for your code.
Like
dump("Element: " + element);

You can get the env from here:
http://mozqa.com/mozmill-env

or clone it from github (better for development):
https://github.com/mozilla/mozmill

Can I ask what are you working on, maybe we can help :) Please join us on #automation channel.

Thanks,
Andreea

On 08/07/2014 01:06 PM, Yonggang Luo wrote:
Such as using firebug or something alike.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to