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.

1.16.1 fails for Selenium 4.0.0 and Chrome browser

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:16 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
orange-buffalocommented, Jan 3, 2022

I’ve tested #4609 and it works smoothly.

1reaction
kiviewcommented, Oct 28, 2021

Thanks for reporting and investigating @derTobsch, we will look into this.

Read more comments on GitHub >

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

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