Update Selenium Grid logging output

This commit is contained in:
Michael Mintz 2018-07-25 10:10:32 -04:00
parent 1551550f8d
commit ddf504d3ec
2 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,7 @@ case "$1" in
echo $PID > "${WEBDRIVER_NODE_PIDFILE}"
echo "${SUCCESS_MSG} Selenium-WebDriver Grid node started successfully."
echo ""
echo "Browser Sessions: http://${GRID_HUB_SERVER_IP}:5555/wd/hub/static/resource/hub.html"
echo "Browser Sessions: http://127.0.0.1:5555/wd/hub/static/resource/hub.html"
echo ""
# echo "To see full log output, remove the java.util.logging.config.file parameter from script/grid-node"
fi

View File

@ -69,6 +69,8 @@ def main():
print("\nStarting Selenium-WebDriver Grid Hub...\n")
print(shell_command)
print("")
print("Grid Hub Console: http://127.0.0.1:4444/grid/console")
print("")
subprocess.check_call(shell_command, shell=True)
elif grid_hub_command == "stop":
print("")