This is my first post on here and I've only just started using iMacros so I'm a newbie! I am pretty good on Excel VBA but not up to speed yet on iMacros
I have recorded a Macro to navigate to a website, login with username & password, then navigate to a link where I can download a dynamically generated CSV file. All that works great but I want it to work fully automatically. I will schedule it to run once a day so without any user input, I need to prevent the Save As Dialogue Popup form appearing and just save the file automatically. Is this possible?
My last few lines of code are:
ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}} WAIT=YES
TAG POS=1 TYPE=BUTTON FORM=ACTION:/Reports/Scores ATTR=TXT:Create<SP>Report
TAG POS=1 TYPE=A ATTR=TXT:Logout
Thanks in advance
