Using Karate FE tests I would like to know, if there is some way how to test file download. I understand that it is not possible to check the downloaded file, but if there is way to use and check if some file is behind the link. The FE link is simple like this:
<a href="#">Download ZIP file</a>
After clicking, the browser starts the downloading the file immediately.
Is there any possibility to check e.g. the file is there and the downloading began?
Or is there some other possibility to check file downloading using Karate?
Thank you for some advice!