Hi,
When I clicked on the download button from a website thru Firefox selenium using element.click(), and the download destination is being set as Azure datalake storage.
Then, after the download started, those .csv and .csv.part files never gotten merged as one final .csv file, and the download process seems like just stopped running.
However, when i tested the python-firefox-selenium script locally and setting the download path as my local computer, it works.
Any ideas why it doesn't work in a Databrick cloud environment?