upon executing webdriver-manager update, it shows selenium standalone and other files already exists but when I execute webdriver-manager start it throws error saying selenium standalone not found
(refer to attached image)
I don't know where you got 3.1.0 version, since latest selenium-standalone-server version is 3.0.1
Try to delete this jar file, and re-download again with webdriver-manager update
Hi there!
Your question is better suited for StackOverflow or Gitter. Please ask a question there with the 'protractor' tag or post in the Gitter Channel to get help.
From the the getting help section of the README:
Please ask usage and debugging questions on StackOverflow (use the "protractor" tag) or in the Angular discussion group. (Please do not ask support questions here on Github.)
Thanks!
@Xotabu4, Yes I finally ended up re-downloading the jar and drivers using webdriver-manager start.
but I don't know why that issue had occurred
same problem here. ends up with rename "selenium-server-standalone-3.0.1.jar" to "selenium-server-standalone-3.1.0.jar" and problem resolved.
I have the same issue, nothing helped (after 'webdriver-manager update' new version is 3.1.0 and rename doesn't work) Os: Sierra
exit code 1 means 'no java runtime'.
The next can fix it: (just create a symlink to existed source)
sudo rm /usr/bin/java
sudo ln -s /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin
And everything works!
just try : webdriver-manager update
then try : webdriver-manager start
will work
@banucres Yeah, "webdriver-manager update" command will download the missed selenium-server-standalone jar file
@banucres thaw was it. Great, after update everything works as I expected. Thank you.
Most helpful comment
just try : webdriver-manager update
then try : webdriver-manager start
will work