I am currently working on some automated tests with Selenium v3.151.59,specifically with Serenity BDD 2.4.24. The tests are setup to run an remote WebDriver using docker-selenium hub I want to interact with some pdf files existing on the node.
I want to be able to open some file existing on the Node or somehow to move it somewhere it can be accessed. (Solution proposed on While using Selenium Grid, How do we access downloaded file in Node machine from Hub machine? did not work for me.