I am creating a simple UI automation for microsoft-edge that will be used to download some files. I am wondering if this is possible to confirm that all downloads are finished from microsoft-edge console? Or by any other tool available on regular win 10 installation?
So far I come up with solution to scrape edge://downloads/all page to find proper file name and then look for "Show in folder" text in the same node - which appears only after download is finished. This solution though seems just too complicated so I was wondering if anyone has any other idea.