79315709

Date: 2024-12-29 13:52:36
Score: 1
Natty:
Report link

Found the sollution. Problem was in the definition of the download path. Selenium requires a path with double "\" in stead of "/" separators.

adjusted prefs:

prefs = {
    "download.default_directory": "D:\\Lokale schijf\\COMPANYNAME\\datafiles\\SOFTWEAR_STOCKDATA",  
    "download.prompt_for_download": False,
    "safebrowsing.enabled": True,
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ron Kieftenbeld