What should I do to verify if a file is downloaded on LT machines with C#- NUnit?
Hello Tim,
To verify/check whether the downloaded file exists in the test machine in case of C#- NUnit, you can add the hooks below:
lambda-file-exists || ((JavascriptExecutor) driver).executeScript("lambda-file-exists=file-name.file_format");