--
You received this message because you are subscribed to the Google Groups "MozMill Developers" group.
To post to this group, send email to mozmi...@googlegroups.com.
To unsubscribe from this group, send email to mozmill-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozmill-dev?hl=en.
> Failed to load XPCOM component: c:\docume~1\ankush\locals~1\temp
> \tmpnw6ay3.mozrunner\extensions\{3112ca9c-de6d-4884-a869-9855de68056c}
> \components\googletoolbarloader.dll
>
> Warning: Failed to load overlay from chrome://google-toolbar/content/google-toolbar.xul.
> Source File: chrome://browser/content/browser.xul
Looks like you have used the -w option the wrong way. I tried it myself
and everything works fine. I have save the xpi to /data and run:
> mozmill -b /Applications/Namoroka.app -w google_toolbar_for_firefox-5.0.20090324-fx-macosx.xpi
On which platform are you running the tests? Eventually its platform
dependent?
I tried using newer version of Toolbar and it worked perfectly :).
Earlier I was trying toolbar version 5.0.20090324 and which is failing
even now.
I am running it on Windows XP with Mozmill 1.3 and FF 3.0.16.
I would like to know little bit how -w option work.
But for now problem seems to be solved.
Thanks,
Ankush.
> I would like to know little bit how -w option work.
I can offer a link to the related source:
http://github.com/whimboo/mozrunner/blob/master/mozrunner/__init__.py#L202
Most of the stuff should be self-explanatory but feel free to ask if you
have questions.