I am trying to get my Selenium Grid running on Chrome driver.
At first I started hub and node: java -jar selenium-server-standalone-2.45.0.jar -role hub java -jar se
Instead of specifying the driver executable in the cmd command, better approch would be :
java -jar **selenium-server-standalone-3.8.1.jar** -role node -hub http://localhost:4444/grid/register
Save this as a .bat file and keep all the required Driver executable in the **same folder as the bat file**.
No when you double click the bat file to start the node, it will pick up the executables automatically.