When you create a MAVEN project in IntelliJ, adding a selenium dependency package does not download the remote dependency package error, you need to manually add the jar package to the local warehouse
Recommend a few good Maven common warehouse URLs:
http://mvnrepository.com/
http://search.maven.org/
http://repository.sonatype.org/content/groups/public/
http://people.apache.org/repo/m2-snapshot-repository/
http://people.apache.org/repo/m2-incubating-repository/
You do not need to change this information when installing manually.
The commands for Maven install JAR packages are:
MVN Install:install-file-dfile=jar The position of the package-dgroupid= above the groupid-dartifactid= above the artifactid-dversion= above the version- Dpackaging=jar Enter to display the installation success:
Maven manually add the Selenium JAR package to the local repository