Re: How to debugging the testing code in mozmill test tree.
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.
Such as using firebug or something alike. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform