File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
integrations/selenium_grid Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ case "$1" in
66
66
echo $PID > " ${WEBDRIVER_NODE_PIDFILE} "
67
67
echo " ${SUCCESS_MSG} Selenium-WebDriver Grid node started successfully."
68
68
echo " "
69
- echo " Browser Sessions: http://${GRID_HUB_SERVER_IP} :5555/wd/hub/static/resource/hub.html"
69
+ echo " Browser Sessions: http://127.0.0.1 :5555/wd/hub/static/resource/hub.html"
70
70
echo " "
71
71
# echo "To see full log output, remove the java.util.logging.config.file parameter from script/grid-node"
72
72
fi
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ def main():
69
69
print ("\n Starting Selenium-WebDriver Grid Hub...\n " )
70
70
print (shell_command )
71
71
print ("" )
72
+ print ("Grid Hub Console: http://127.0.0.1:4444/grid/console" )
73
+ print ("" )
72
74
subprocess .check_call (shell_command , shell = True )
73
75
elif grid_hub_command == "stop" :
74
76
print ("" )
You can’t perform that action at this time.
0 commit comments