I need to write a program to automate the daily task of downloading a .csv file from a website that accesses a database. (I do not have direct access to the database.)
The script needs to run through various commands.
I'd like to get these like you can through lynx, with the lynx -cmd_log=filename
http://www.website.com... of courses, lynx does not support javascript.
What web browser can I use to navigate this website and generate a command logfile for use in an automated script?