Can you tell how to validate whether it will get into your VM Machine?

Can you tell how to validate whether it will get into your VM Machine?

Hey Macy

To answer your question, you can check whether the downloaded file exists in the test machine. ((JavascriptExecutor) driver).executeScript(“lambda-file-exists=file-name.file_format”);

You can also refer to the below document for better understanding.