Upgrade to Mozilla Firefox 20 and Selenium IDE 2.0.0 - path for user-extensions.js has changed? -
i upgraded firefox 20, , upgraded selenium ide 2.0.0
i have custom "user-extensions.js" file put here: c:\users\skyn\appdata\roaming\mozilla\firefox\profiles\1dj9c5sr.default\extensions{a6fd85ed-e919-4a43-a5af-8da18bda539f}\chrome\content\selenium-core\scripts
only now, firefox 20, directory structures have changed apparently. here path exists: c:\users\skyn\appdata\roaming\mozilla\firefox\profiles\ug1917fp.default\extensions
and instead of next directory in path, there xpi file (with same name): {a6fd85ed-e919-4a43-a5af-8da18bda539f}.xpi
what happened directory , in it?
i can't understand way mozilla organizes data. did install correctly?
this issue new firefox. doesn't expand .xpi files automatically.
take @ https://developer.mozilla.org/en-us/docs/extension_packaging
starting in gecko 2.0 (firefox 4 / thunderbird 3.3 / seamonkey 2.1), xpi files no longer unpacked when extensions installed. instead, xpi placed in extensions directory, , files loaded directly out of package.
farther down says:
a customized application can include add-ons (including extensions , themes) placing unpacked (that is, not xpi files, packages' contents) in
<appdir>/distribution/bundles
directory. directory containing add-on must named same id of add-on or theme. add-ons packaged in way not visible user.
Comments
Post a Comment