I am facing following issue :
Error: No selenium server jar found at C:\ui-automation\serenity-1.0\node_modules\protractor\node_modules\webdriver-manager\selenium\selenium-server-standalone-3.0.1.jar.
When I am trying to run my test using protractor using following command:
protractor .\protractor.conf.js
This error comes into picture in two scenario :
1. selenium-server-standalone-3.0.1.jar does not exist :
To Resolve this you have to run following command :
2. selenium-server-standalone exists with different version :
In this scenario you have to download the required selenium-server-standalone jar as follow :
Example :
OR