-
I am trying to build local image with makefile but I couldn't be able to build an image with custom chrome version. Is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Unfortunately, this is not possible because Chrome does not make old versions out of the box available. You could probably adapt the image to use https://developer.chrome.com/blog/chrome-for-testing/ and fetch the version you need. |
Beta Was this translation helpful? Give feedback.
-
Can you try this #2216 |
Beta Was this translation helpful? Give feedback.
-
You also can check a utility script to build any combination version mentioned in https://github.com/SeleniumHQ/docker-selenium?tab=readme-ov-file#build-the-images-with-specific-versions |
Beta Was this translation helpful? Give feedback.
Can you try this #2216