Downloading a file at a specified location through python and selenium using Chrome driver

后端 未结 8 1529
囚心锁ツ
囚心锁ツ 2020-12-01 02:56

I am trying to automatically download some links through selenium\'s click functionality and I am using a chrome webdriver and python as the programming lan

8条回答
  •  难免孤独
    2020-12-01 03:34

    This is non code level solution with no chrome profiling/options settings.

    If you are using script only on your local machine then use this solution

    Click on Menu -> Setting -> Show advanced settings... -> Downloads

    Now uncheck

    Ask where to save each file before downloading

    Hope it will help you :)

提交回复
热议问题