Forum Discussion
1 Reply
- baxatobCommunity Hero
If you only need to check your file was downloaded into the file system, you can setup the browser to avoid all dialogs.
E.g. for Firefox you can setup parameters this way *:
browser.helperApps.neverAsk.saveToDisk = True browser.helperApps.neverAsk.openFile = True pdfjs.disabled = True <-------- This will disable the Adobe embeded plugin
* to open Firefox full settings list run about:config in the browser's address bar