Closed annapoorni closed 9 months ago
@annapoorni, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template
label.
If the issue is a question, add the I-question
label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted
label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-*
label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer
label.
Thank you!
In our example repo, I tried running the example for the same and could not reproduce the error. If you are running in an IDE, please invalidate caches and try.
We need more information about this issue in order to troubleshoot.
Please turn on logging and re-run your code. Information on how to adjust logs for your language can be found in our Troubleshooting documentation.
This is the dependency issue as Spring pulls 4.5.3 version. We were able to resolve this by explicitly adding the dependencies along with selenium-java like following.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
What happened?
When using driver register method , error -> java.lang.NoSuchMethodError: 'java.util.function.Function org.openqa.selenium.devtools.ConverterFunctions.map
Context: Upgrading selenium form 4.12.0 to 4.17.0 as it has support for chrome version 121.
How can we reproduce the issue?
Relevant log output
snip of pom.xml
Operating System
Windows 10 Enterprise
Selenium version
4.17.0
What are the browser(s) and version(s) where you see this issue?
Chrome Browser version 121.0.6167.86
What are the browser driver(s) and version(s) where you see this issue?
Chrome Driver version 121.0.6167.85
Are you using Selenium Grid?
No