I'm accessing a page using a Selenium script I made in Python, however, when this page loads, it automatically asks me to save a .exe file. I'm using Firefox, so a dialog box comes up asking if I want to save the file or not.
Is it possible to add something in Selenium that stops this from happening? I couldn't find anything online about this.
I just want to clarify that I do not want it to automatically save the file - I want it to neither prompt nor actually download the file.