How to configure the transporter and selenium server?

I installed JDK, Protractor and webdriver-manage by doing the following:

Translator Installation Tutorial

but when I ran this: the beginning of the webdriver-manager gets into my cmd seleniumProcess.

pid: 4648 Error: invalid or corrupt jarfile C: \ Users \ HP \ AppData \ Roaming \ NPM \ node_modules \ r rotractor \ selenium \ selenium-server-standalone-2.45.0.jar Selen Autonomous exited with code 1

How can I customize this?

+3
selenium-webdriver configuration protractor
source share
1 answer
  • Delete the previous instance (.jar file) of the web driver from the location - C: \ Users \ HP \ AppData \ Roaming \ npm \ node_modules \ p rotractor \ selenium
  • Download selenium-server-standalone-2.45.0 from http://www.seleniumhq.org/download/ and replace the .jar file.
+5
source share

All Articles