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?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742414392a4439452.html
评论列表(0条)