in my organization we are using protractor with selenium grid. we have download and edit downloaded excel file functionality Locally i am able to verify whether file downloaded by using "fs.existsSync(filename)" and editing that using protractor.
my grid is like hub(windows7 which is local machine) and 1 node(windows 10 virtual machine) when i clicked on download its downloading to VM machine.
i am unable to access that downloaded file and unable to edit.
is it possible to download to hub machine instead of node(VM)
i am using java script for developing scripts