Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰 Bug]: Error in pom.xml while building with Selenium Version 4.20.0 #13881

Closed
Shivshive opened this issue Apr 26, 2024 · 5 comments
Closed

Comments

@Shivshive
Copy link

What happened?

When added selenium version 4.20.0 to the maven project, its giving error in pom.xml

<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-java</artifactId>
  <version>4.20.0</version>
</dependency>

image

image

How can we reproduce the issue?

Create a Maven Project and add the given maven dependency for selenium v 4.20.0

Relevant log output

This line is giving error in pom.xml

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">


Error screen shot given in description

Operating System

Windows 11

Selenium version

4.20.0

What are the browser(s) and version(s) where you see this issue?

Chrome v124

What are the browser driver(s) and version(s) where you see this issue?

ChromeDriver-124

Are you using Selenium Grid?

No

Copy link

@Shivshive, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

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!

@diemol
Copy link
Member

diemol commented Apr 26, 2024

Our Java examples are working well and passing with the following pom. Can you please share a complete project to reproduce this issue?

@diemol
Copy link
Member

diemol commented Apr 26, 2024

From the screenshot it looks like a network error on your side.

@chamiz
Copy link

chamiz commented Apr 26, 2024

Yes, it's a network issue. @Shivshive Are you using any VPN?
I tried to recreate the issue but failed.

OS.
Windows 11

image

@diemol
Copy link
Member

diemol commented Apr 27, 2024

Thank you for triaging, @chamiz!

I will close this as it looks like a network issue on @Shivshive's side.

@diemol diemol closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants