How to verify if a file is downloaded on LT machines with Java-Selenide?

How can I verify if a file is downloaded on LT machines with Java-Selenide?

Hello Russell,

You can add this syntax below to check whether the downloaded file exists in the test machine:

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