I am trying to implement selenium Grid with Hub and Nodes using JSON files.I have the following questions.
On the node machine, where is the browser getting installed.
If I am using my Windows machine as node, and I don't have chrome browser installed on my machine, would I still be able to configure the same machine as node with Chrome Browser.
What is the version relevance in .json file for node
"capabilities": [ { "browserName": "chrome", "version": "40.0.2214.115", "maxInstances": 1 }
],