'how to install selenium-webdriver/chrome node js dependency?
I'm trying to install Node dependency for selenium-webdriver/chrome but I'm facing error that "Could not read from remote repository." in my package.json file, I've already added chromedriver and selenium-webdriver dependencies separately. but in order to use ".setChromeOptions(new chrome.Options().addArguments('--headless'))" this particular functionality I need to install selenium-webdriver/chrome.
I've downloaded the chrome driver that matches chrome browser and added it to path variable too.
So if anyone is aware how to install this particular dependency please tell me.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
