How to control the download of files with Selenium + Python bindings in Chrome

后端 未结 2 1102
小鲜肉
小鲜肉 2020-11-29 07:52

Where can I find the documentation that describes the options I can use with Selenium and Chrome web browser? I want to open a link in a web browser (to get credential) but

2条回答
  •  感情败类
    2020-11-29 08:29

    It makes all the difference in the world to use the forward slash "/" when specifying the directory in which you want things to be downloaded.

    I'm guessing this is because that directory will be exported to something like the Powershell, where the usual backslash "\" won't properly work.

提交回复
热议问题