Export csv from website with R studio,Rselenium and Docker

Hi,
I'm trying to get the csv from this website. It is a csv that is exported and sits in a list of csv. I always want to access the first csv(or the first table row)
How do I import this href to Rstudio and then download the csv file to my computer?
So far I have managed to get Selenium to access the webpage using Docker, enter user name and password, export the csv file for download but I can't figure out how to get the csv file onto my computer. The website is a Wordpress website and when clicking the export csv I believe it creates this href. I'm pretty new to all this

Help is much appreciated.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.