79761636

Date: 2025-09-11 08:03:05
Score: 0.5
Natty:
Report link

Things have changed a bit over time and now you need to set the profile via options

options = webdriver.FirefoxOptions()
options.profile = webdriver.FirefoxProfile('C:/Users/username/AppData/Roaming/Mozilla/Firefox/Profiles/profilefolder')
driver = webdriver.Firefox(options)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Huhngut