- Gelöst
- Archiviert
How to make FIREFOX save all files without asking (no pop-up)
Hi, I want Firefox to save files without asking. I need it for E2E test automation, recentyl something has to change in update because even in GUI I don't see an option… (Lesen Sie mehr)
Hi,
I want Firefox to save files without asking. I need it for E2E test automation, recentyl something has to change in update because even in GUI I don't see an option to remember my choice. In case of E2E framework I had a setting which was working but now stopped to work:
desiredCapabilities: {
browserName: 'firefox', alwaysMatch: { 'moz:firefoxOptions': { prefs : { "browser.helperApps.neverAsk.saveToDisk": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "browser.download.folderList": 2, "browser.download.dir": downloadsFirefoxPath, "browser.download.lastDir": downloadsFirefoxPath }, args: [] } } },
How to do it today?