Download file from Lambda VM to my local system

I want to download a file from Lambdatest VM to my local machine using automation testing. Do you have something for that?

1 Like

LambdaTest Selenium Grid will provide you with an encoded string of base64 which you can leverage to download any file inside the virtual machine triggered through your Selenium testing scripts.

I am sharing documentation describing the same:

1 Like