Selenium - How to fix when added MAVEN dependency in pom.xml does not reflect in the project?

preview_player
Показать описание

Steps:
1. Open eclipse.
2. Go to File-New-Other-Maven-Maven Project-Next
3. Browse location(where project will be saved)-Next
5. Select Finish.
6. Maven Project is created.
7. Open POM.XML
8. Give the code below tag under dependencies tag.
-dependency-
-artifactId-selenium-java-/artifactId-
-version-4.12.1-/version-
-/dependency-
9. Right click on project - select Build Project
10. Run the program now-it should work now.

Details:
Рекомендации по теме
Комментарии
Автор

i am facing this issue when create new project thanx for this your video helps me.

rajatsharma