Login
Remember
Register
Ask a Question
How do you check the status of a webdriver manager and how do you update webdriver manager?
0
votes
asked
Apr 5, 2021
in
Protractor
by
Robindeniel
How do you check the status of a webdriver manager and how do you update webdriver manager?
#webdriver
protractor
protractor-interview-questions
protractor-advanced-questions
protractor-interview-questions-answers
protractor-automation-interview-questions
protractor-scenario-interview-questions
protractor-mcq-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 5, 2021
by
Robindeniel
To check the status of webdriver manager, run the following in your command prompt
webdriver-manager status
To update webdriver manager, run the following code in your command prompt
webdriver-manager update
...