I am trying to save all of my bank statement from the past 10 years. This means 4 files / months, aka. 480 files (or more).
First, I would like to iterate over a list of dropdown items (the months for statements):
When visiting each month, there’s another dropdown:
Bardeen should iterate through this dropdown and download all 4 files, and each one save to a directory (either on my hard drive, or Google Drive) in a folder named after the year and the month in the outer loop).
I feel like this would only be possible if each dropdown option from the first list month of statements generates an appendix to the URL. @k3o - are you able to check if this happens?
Also, could you check if there is a button you need to click on the page in order to download each dropdown option in the second field?