小编Leo*_*rdo的帖子

Selenium:“这种类型的文件会损害您的计算机”

我正在尝试从网站下载 XML 文件。下载文件后,浏览器会显示一条消息:“此类文件可能会损害您的计算机”。

但是它适用于其他计算机。我试过:

ChromeOptions options = new ChromeOptions();
options.AddArgument("--safebrowsing-disable-download-protection");            
options.AddUserProfilePreference("safebrowsing", "enabled");
Run Code Online (Sandbox Code Playgroud)

selenium google-chrome selenium-chromedriver

5
推荐指数
0
解决办法
2469
查看次数