0 votes
in Protractor by

How do you check the status of a webdriver manager and how do you update webdriver manager?

1 Answer

0 votes
by
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

Related questions

0 votes
asked Apr 5, 2021 in Protractor by Robindeniel
0 votes
asked Apr 5, 2021 in Protractor by Robindeniel
...