TC doesn't seem to pull the `selenium/standalone-firefox-debug` image
See original GitHub issueHi,
We are constructing a BrowserWebDriverContainer
and using container.withImagePullPolicy(new DurationImagePullPolicy(DAY));
. Yet, I’ve just noticed that if I did a docker pull selenium/standalone-firefox-debug:3.141.59
it pulled a new version of that image and that the version I was having locally was a very old one. I checked other hosts where we run our TC-based tests and found the same.
Is there something we’re doing wrong or is this a bug? Maybe TC doesn’t pull it because the tag is a version?
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
selenium/standalone-firefox-debug - Docker Image
This repository doesn't have a description.
Read more >Which version of the Selenium firefox web driver is ...
This doesn't seem to happen when I use regular firefox: enter image description ... It just tells me to use standalone-firefox-debug:2.53.1.
Read more >webdriverio/webdriverio - Gitter
Hello, I am having an issue. Whenever I have capabilities for FireFox and Chrome it works, when I do Chrome and Edge it...
Read more >[TIP] How To Help Us Help You! - Katalon Community
How to use Selenium webdriver and webElement in Katalon Studio 6.1? How to find out random id's. How to get html dynamic value....
Read more >How To Launch Firefox in Selenium using GeckoDriver
In order to launch Firefox Browser using Selenium we need to use ... You can download the driver from Github and then you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Gotcha, so for your use case relying on a mutating Selenium tag, that represents the most recent browser version is important and Testcontainers needs to make sure it will pull the updated version.
We will consider this for our changes.
That’s because our Browser Support strategy states that we support only the latest version of Firefox and Chrome (see https://dev.xwiki.org/xwiki/bin/view/Community/SupportStrategy/BrowserSupportStrategy). If we have to update some pom.xml property everytime that FF or Chrome releases a new version then it becomes a maintenance nightmare so we’re very happy to push this to whoever maintains the selenium images 😃