Whenever I try to download a simple CSV file from a specific website the ChromeDriver downloads a blob.
I tried to resolve this with the following ChromeOptions but it did not help:
"download.default_directory": "c:/test_downloads/"
"download.prompt_for_download": False
"download.directory_upgrade": True
How can I download a file directly to my hard drive using ChromeDriver?