Selenium in Docker

Updated: 09 March 2024

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

docker run -d -p 4444:4444 -p 5900:5900 --shm-size=2g selenium/standalone-chrome-debug:3.141.59

Leave a comment