-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support fort Selenium 2.53.1 #171
Comments
Hi I'd imagine they'd appreciate a PR in case the missing 2.53.1 is just a In the meantime can you fall back to a version of selenium for which the |
Hi, just curious - why not give an easy way to change version directly with BrowserWebDriverContainer? I faced the same issue, and haven't found quick way (probably I misread some docs after all). |
@dmart28 yes - probably would be a good idea to allow the selenium container image to be overridden (not just the version tag). |
Yes, the containers for 3.01 published by selenium seem to have a suffix so they can not be used at the moment. See the tags here: https://hub.docker.com/r/selenium/standalone-firefox/tags/ Being able to override the container template string would be very helpful. |
…ys trying to figure out from classpath dependencies. Refs #171
When is this going to be added? Currently I'm getting
org.testcontainers.containers.ContainerFetchException: Retry limit reached while trying to pull image: selenium/standalone-chrome-debug:2.53.1
The text was updated successfully, but these errors were encountered: