

tProperty("", "D:\\Work_Stuff\\ChromeDriver\\chromedriver.exe") Today for this article purpose, we will download the edge driver and save it in our project folder where chromedriver is present. We can achieve this by using the chromeoptions class. Let's say I want the file in my project directory.


What if I want the download to happen in another place? This is a pretty common scenario for download and its download path. When we hit that download button in every browser, a download popup appears, and the file gets saved in a default location called downloads.
