Posts by Martini • 3 points
1 post
-
0
votes1
answer152
viewsQ: dowload location - Selenium Firefox + Python
I can’t change the default download location in Firefox using Selenium the code is like this: from selenium import webdriver fp = webdriver.FirefoxProfile()…