QUESTION :
I am as a user a website that has a export button and want to automatic click on the button and save file in the my computer.I think about write JavaScript that click easy on the button but the page site has a authentication rule and i want to all these process should be automatically
- Login
- Go to the specific page
- Click on Button
- Save my in my PC
Is there any tools and application for do above operation?
Can I write any script for this issue?
ANSWER :
Take a look at Selenium for browser automation.