After installing selenium-webdriver
with the command npm install selenium-webdriver
(without the -g
option), I found that the usual instruction of running webdriver-manager update
did not work since it was installed locally.
What is the correct way to update the webdriver when it is installed locally?