How to get around “Insecure download Blocked” in Selenium WebDriver

Chrome v122+ blocks downloads from insecure sites by default. How to get around that in your Selenium scripts

Courtney Zhan

--

This article is included in Web Test Automation with Selenium Case Studies series.

Recently, one of my Selenium WebDriver automated tests related file downloading failed. After inspecting, I found that Chrome blocked the downloading with the message Insecure download blocked.

--

--