Selenium WebDriver’s headless browser cannot download files because the prompt for download can no longer be disabled
I have used Selenium with Python for months to interact successfully with a website that disables direct HTTP requests to download files (these requests lead to 403
errors).