This repository allows you to quickly add selenium standalone chrome to a Ddev project.
ddev get thunder/ddev-selenium-chrome
ddev restart
This selenium standalone chrome recipe for ddev installs a .ddev/docker-compose.selenium.yaml
using the selenium/standalone-chrome:latest
docker image.
- The selenium chrome instance will listen on TCP port 4444.
- For debugging use
selenium/standalone-chrome-debug:latest
image and add port mapping for vnc, reachable atvnc://localhost:6000
, if you get a prompt asking for a password, it is:secret
.