Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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,