
What is this?
This repository allows you to quickly add selenium standalone chrome to a Ddev project.
Installation
ddev get thunder/ddev-selenium-chrome
ddev restart
Explanation
This selenium standalone chrome recipe for ddev installs a .ddev/docker-compose.selenium.yaml
using the selenium/standalone-chrome:latest
docker image.
Interacting with Selenium standalone chrome
- 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 at vnc://localhost:6000
, if you get a prompt asking for a password, it is: secret
.