How to verify if a file is downloaded on LT machines with C#- MSTest?

I need to verify if a file is downloaded on LT machines with C#- MSTest.

Hello Tim,

To verify/check whether the downloaded file exists in the test machine in case of C#- xUnit, you can add the hooks below:

lambda-file-exists || ((JavascriptExecutor) driver).executeScript("lambda-file-exists=file-name.file_format");