How to hide the warning “This type of file can harm your computer” while downloading .xml file using Chrome Chromedriver 79 with Selenium Java
问题 Despite setting safebrowsing.enabled to true / false , the warning ...This type of file can harm your computer... is still being displayed in browser. How to hide this information? 回答1: To enable downloading of file using Chrome/ChromeDriver hiding the warning This type of file can harm your computer you need to: Add the preferences: download.default_directory download.prompt_for_download download.extensions_to_open safebrowsing.enabled As well as add the following arguments to whilelist: -