Hey, we are unable to use the selenium 4 grid due to stability issue and therefore have to revert back to selenium 3 grid.
Does anyone have a way to run the latest dockerized chrome browser on the selenium 3 grid since they stopped publishing those docker images.
Has anyone generated a docker image that supports Selenium 3 grid. Any help is appreciated!
# To execute this docker-compose yml file use `docker-compose up -d`
# To stop the execution, hit Ctrl+C, and then `docker-compose down -v`
version: "3"
services:
chrome:
image: selenium/node-chrome:local-build
shm_size: 2gb
depends_on:
- selenium-hub
environment:
- HUB_HOST=selenium-hub
selenium-hub:
image: selenium/hub:3.141.59
container_name: selenium-hub
ports:
- "4444:4444"
Hey, we are unable to use the selenium 4 grid due to stability issue and therefore have to revert back to selenium 3 grid.
Does anyone have a way to run the latest dockerized chrome browser on the selenium 3 grid since they stopped publishing those docker images. Has anyone generated a docker image that supports Selenium 3 grid. Any help is appreciated!
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/1f1dd8cc-e4c8-469e-86d6-5a0763435cb9n%40googlegroups.com.