Trying to figure out how to handle download dialog (non-javascript dialog) for an executable plugin (non-flash) in Chrome and Firefox browsers as part of a Java Selenium framework.
The dialog has two options:
- Cancel
- Download and install the executable plugin in browser
What are the ChromeOptions or FirefoxProfile preferences that I can use to handle this dialog?
- Either to download by default
- Or to handle the two buttons separately (Cancel & Download)
It's not really a question of downloading and saving the file, but actually running an executable after download.