1.16.1 fails for Selenium 4.0.0 and Chrome browser
See original GitHub issueI am using Selenium 4.0.0 with Chrome as web browser. When I upgrade testcontainers to 1.16.1 I get the following error:
java.lang.NoSuchMethodError: org.openqa.selenium.chrome.ChromeOptions.addArguments([Ljava/lang/String;)Lorg/openqa/selenium/chrome/ChromeOptions;
at org.testcontainers.containers.BrowserWebDriverContainer.configure(BrowserWebDriverContainer.java:173)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:322)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
The error does not exist on 1.16.0.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:16 (12 by maintainers)
Top Results From Across the Web
Unable to launch Chrome browser using Selenium 4.0.0 and ...
I just upgraded my Selenium to 4.0.0. After the update, I am not able to open Chrome or Firefox. Here are the details...
Read more >A set of browser images for Selenoid and Moon - Aerokube
Image Cypress version Chromium version
browsers/cypress‑chromium:cypress‑6.8.0 6.8.0 91.0.4472.101
browsers/cypress‑chromium:cypress‑6.9.1 6.9.1 91.0.4472.101
browsers/cypress‑chromium:cypress‑7.0.0 7.0.0 91.0.4472.101
Read more >Upgrade to Selenium 4
Are you still using Selenium 3? This guide will help you upgrade to the latest release!
Read more >Could not instantiate class org.openqa.selenium.chrome ...
Hi All,. I get UnsupportedDriverException exception during JBehave + Serenity project execution on local Jenkins. Maven command on Jenkins job: clean compile ...
Read more >Downloads - ChromeDriver - WebDriver for Chrome
Resolved issue 3744: SendKeys() and Click() silently fail after link ... when browser window is not in focus with Chrome Beta v87 and...
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
I’ve tested #4609 and it works smoothly.
Thanks for reporting and investigating @derTobsch, we will look into this.