Normally, when downloading anything from a page on Chrome Browser
it is prompted a download dialog with the Downloads location usually set at C:\Users\YourUser\Downloads
by default.
So, I wanted to know if there's a way of modifying this particular path with some lines of code on Python (using Selenium module) rather than doing so manually. If so, what lines of code would work?