vinsguru / pdf-util

PDF Compare Utility
98 stars 69 forks source link

Selenium Grid-Access downloaded file in node machine #19

Open madhur-dumane opened 5 years ago

madhur-dumane commented 5 years ago

I am using Selenium Grid and for one script by default file is getting downloaded in Download folder of node machine. with the use of Talk2Grid I retrieved NODEIP and to access downloaded file I used below path in code Download Path- \\"+NODEIP+"\users\+system.getproperty("user.name")+\Downloads

Here NODEIP it is taking correctly but system.getproperty("user.name") gives HUB User Can anyone please guide how to access file downloaded in node machine?