Re: How to debugging the testing code in mozmill test tree.

2014-08-07 Thread Andreea Matei
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

How to debugging the testing code in mozmill test tree.

2014-08-07 Thread Yonggang Luo
Such as using firebug or something alike. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform