How to check a file download?

Hello, I am automating tests with python and selenium to be executed through lambdatest and I need to know:

How can I check if a file was downloaded?

Hey!

You can check the downloaded file in the download folder of the machine. Also you can go to the automation dashboard and in the test, you can see in the video that once you click on download, it will show in the bottom left corner that it is being downloaded.

Thanks but, maybe wasn’t specific. I want to add that comprobation to my test. For example with an assert.

How can i do?, what is the download path?