I just started a QA internship, where I was thrown immediately into the automation side of things with little to no coding knowledge. I've gotten all the Maven dependencies installed and extensions in VSCode installed. I was tasked with a sample project where the code will invoke the browser, go to a certain URL, and click on a link button within that webpage.
When trying to create a new Maven project, I used the Maven-archetype-quickstart option, left every option default for GroupID and Artifact ID, however am getting an error that says:
Exception in thread "main" java.net.ConnectException: Connection timed out: connect at java.base/sun.nio.ch.Net.connect0(Native Method) and then goes on to list multiple java.base's
Any help would be much appreciated, thanks in advance.