Firefox in a docker container accessible from selenium in another Firefox in a docker container accessible from selenium in another selenium selenium

Firefox in a docker container accessible from selenium in another


Yes, this is easy to do. Just run an instance of Selenium Grid (which is a grid-node hybrid combo by default) , in the foreground on the docker server (on port 5555 or whatever). Then you can use Ruby with Selenium bindings (not WatiR) to drive the firefox browser on the remote box.