I have a URL that I want to download regularly. It can only be obtained from a registered account that requires JavaScript support, and therefore I have to use Selenium with PhantomJS, trust me. Otherwise, I would just use urllib for this, but it gives me an error sign.
This is a CSV file with a maximum of 1000 rows and about 6 columns.
I want this CSV to end up on the list. Does anyone know how to download CSV using Selenium Webdriver?
Many thanks.
Edit: I just want to download CSV from a URL in Selenium. Nothing else.
source
share