I am trying to download an xlsx file from a webpage that requires a login. The name of the file also changes daily eg Mon04Apr_Download.xlsx
With my current code, I can login and caluculate what the name of the file will be, however then I am stuck.
Do I search the html (parse) for my known file name? If so, how do I click or download the file?
Or is there a way to always 'download' the top file on the list?
One last question, do I have top reset the code to recognise I am now on a different webpage after logging in? or will it recognise it automatically? (ie once the username & password form has been submitted)
I can put my code up here if it helps, however the actual webpage that I am trying to download from is behind the login screen so it might not be of any use.
Many thanks for any help you can give.