Getting “The path to the driver executable must be set by the webdriver.gecko.driver ” while try to run selenium Grid code with Gecko driver
问题 I am running basic selenium code with the help of selenium Grid . Below are the steps: Step 1 :- Downloaded the latest version of selenium Standalone server (3.4.0) ; Step 2 :- Created HUB by using command java - jar <path of selenium standalone server>\\selenium-server-standalone-3.4.0.jar -role hub -> run successfully ; Step 3 :- Created node using command java -jar selenium-server-standalone-3.4.0.jar -role hub -node http://localhost:4444/grid/register -> run successfully ; Step 4 :-