Install Selenium: npm install -g webdriver-manager
Install Protractor: npm install -g protractor
Update Selenium: webdriver-manager update
Start Selenium: webdriver-manager start
http://localhost:4444/wd/hub
Protractor (Angular Testing) – Installation
Leave a Reply