Automation framework using Java/Selenium/Serenity and TC agent with Hub/Nodes solution. When we download file, it is visible in node user folder. When we try to check it using:
File fileDownloads = new File (System.getProperty("user.home"))
But instead of machine where file was downloaded we see files on TC agent, where the actual framework is build. How to see what is saved on remote nodes? We need more than just see it was downloaded (can be done byt checking chrome//downloads tab) but also get that file and check content.