I have a web automation tool developed with Python and Selenium and using the MS Edge driver. All is working well except when downloading a file. The message "Couldn't download - blocked" appears in the Downloads window.
I've tested this same case with a user-launched instance of Edge and it works fine. So I'm guessing the selenium launched instance of Edge has some restriction applied to it. Not sure how to approach this?
Environment: Windows 10 Enterprise 19044.2486 (no admin access) Selenium: 4.1.3 Edge: Version 109.0.1518.61 (Official build) (64-bit) Msedgedriver.exe: 109.0.1518.52 Python.exe: 3.10.4150.1013