How to download a file from LT to my local machine with C#- NUnit?

How to download a file from LT to my local machine with C#- NUnit?

Hello Rhian,

You can use the syntax below to download file content using base64 encoding:

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

For more details, please click the link.