Set Selenium Grid Node “timeout” When Running WebDriver Test
“timeout” is node configuration parameter using which you can set timeout for selenium grid node browser session. If you set “-timeout 20000” and run test, If node browser not receiving any command and stay ideal for 20 seconds then it will be closed automatically by –timeout parameter. That means it tells node browser -> “wait max 20 … Read more