当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

I need a standalone Firefox binary that does not require installation, is this available anywhere?

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cdtaylor3

more options

I'm trying to develop a Selenium based headless browser testing tool. PhantomJS isn't quite rendering elements properly, and we cannot install software on our test machines. It has to be, just unzipping a folder and running a script (in Windows), that has Selenium driving SlimerJS and Firefox.

I've tried looking at "portableapps.com" but they seem to require an installation process. Do Mozilla publish the kind of build I'm after or is there a way I can do this myself?

Thanks,

I'm trying to develop a Selenium based headless browser testing tool. PhantomJS isn't quite rendering elements properly, and we cannot install software on our test machines. It has to be, just unzipping a folder and running a script (in Windows), that has Selenium driving SlimerJS and Firefox. I've tried looking at "portableapps.com" but they seem to require an installation process. Do Mozilla publish the kind of build I'm after or is there a way I can do this myself? Thanks,

選ばれた解決策

You can install Firefox and pack the Firefox installation folder as a ZIP archive. That should be sufficient. Full installers are packed as a self-extracting 7-ZIP archive.

この回答をすべて読む 👍 0

すべての返信 (2)

more options

選ばれた解決策

You can install Firefox and pack the Firefox installation folder as a ZIP archive. That should be sufficient. Full installers are packed as a self-extracting 7-ZIP archive.

more options

Perfect, that's exactly what I need. Thanks,