5

I'm trying to download an XML file from a website. When the file is downloaded, the browser shows a message: "This type of file can harm your computer".

However it works on other computers. I tried:

ChromeOptions options = new ChromeOptions();
options.AddArgument("--safebrowsing-disable-download-protection");            
options.AddUserProfilePreference("safebrowsing", "enabled");
Fadi Obaji
  • 1,454
  • 4
  • 27
  • 57
Leonardo
  • 51
  • 1
  • 2

0 Answers0