question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TC doesn't seem to pull the `selenium/standalone-firefox-debug` image

See original GitHub issue

Hi,

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:open
  • Created 2 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
kiviewcommented, Oct 29, 2021

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.

1reaction
vmassolcommented, Oct 29, 2021

We feel, that being explicit and aware of the used browser version is a good thing for users (also when debugging potential regression in browser versions). But we still would like to understand your use case and why you can’t specify (and update) the used tag by hand.

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found