Selenium in Docker

Updated: 06 January 2025

VNC into the container at http://localhost:5900
VNC password is secret

docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:latest

Leave a comment