You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when doing a driver.get( url-to-a-csv-file ) nothing is downloaded. Any idea what else needs to be done. If this could be documented, it would help immensely. Most likely, its some settings for the chromedriver that's missing or perhaps the docker container runs chrome in such a way as to prevent the download of file.
The text was updated successfully, but these errors were encountered:
I'm using python + Selenium webdriver. I have the webdriver configured as follows:
But when doing a driver.get( url-to-a-csv-file ) nothing is downloaded. Any idea what else needs to be done. If this could be documented, it would help immensely. Most likely, its some settings for the chromedriver that's missing or perhaps the docker container runs chrome in such a way as to prevent the download of file.
The text was updated successfully, but these errors were encountered: