How to set InternetExplorerDriver download directory?

前端 未结 1 1975
失恋的感觉
失恋的感觉 2020-12-09 21:54

We use Selenium to test file downloads from our web application. Currently we are using Firefox, set it to the desired download directory and make sure no dialogs pop up and

相关标签:
1条回答
  • 2020-12-09 23:00

    Internet Explorer doesn't use profiles. It's a limitation of the browser itself, not the IE driver. As such, there is no way to automatically download files to a specified location with Internet Explorer.

    0 讨论(0)
提交回复
热议问题