Skip to content

Commit ddf504d

Browse files
committed
Update Selenium Grid logging output
1 parent 1551550 commit ddf504d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

integrations/selenium_grid/grid-node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ case "$1" in
6666
echo $PID > "${WEBDRIVER_NODE_PIDFILE}"
6767
echo "${SUCCESS_MSG} Selenium-WebDriver Grid node started successfully."
6868
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"
7070
echo ""
7171
# echo "To see full log output, remove the java.util.logging.config.file parameter from script/grid-node"
7272
fi

integrations/selenium_grid/grid_hub.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def main():
6969
print("\nStarting Selenium-WebDriver Grid Hub...\n")
7070
print(shell_command)
7171
print("")
72+
print("Grid Hub Console: http://127.0.0.1:4444/grid/console")
73+
print("")
7274
subprocess.check_call(shell_command, shell=True)
7375
elif grid_hub_command == "stop":
7476
print("")

0 commit comments

Comments
 (0)