-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
What happened?
According to instruction 3 found here https://hub.docker.com/r/selenium/hub
"(Optional) To see what is happening inside the container, head to the Grid UI at http://localhost:4444/ui."
the UI is a blank webpage. Upon refreshing the page, console will report "404 index.js"
It doesn't matter if I use the latest tag or any set version.
Command used to start Selenium Grid with Docker (or Kubernetes)
docker network create grid
docker run -d -p 4442-4444:4442-4444 --net grid --name selenium-hub selenium/hub:latest
docker run -d --net grid -e SE_EVENT_BUS_HOST=selenium-hub \
--shm-size="2g" \
-e SE_EVENT_BUS_PUBLISH_PORT=4442 \
-e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 \
selenium/node-firefox:latest
open firefox and browse to http://localhost:4444/uiRelevant log output
404 index.jsOperating System
ubuntu 24.04
Docker Selenium version (image tag)
have tried latest as well as 4.37.0-20251020
Selenium Grid chart version (chart version)
not using chart