admin管理员组

文章数量:1336632

In python I build a function with an auto-login. After logging in it clicks a download_csv button.

driver = ChromeDriver

Running the code Google Chrome gives "there's something wrong" and gives the name of the download file in a pop-up screen with a cross over the download icon. It seems that Chrome blocks the download.

Any suggestions how to solve this?

本文标签: chrome browser blocks autodownload with seleniumStack Overflow