I'm trying to get IE to work with protractor. I suspect the issue is with the driver. When I enter in Webdriver-manager status
, I get the below status.
[13:05:13] I/status - selenium standalone version available: 3.141.59 [last]
[13:05:13] I/status - chromedriver version available: 2.46 [last]
[13:05:13] I/status - geckodriver version available: v0.24.0 [last]
[13:05:13] I/status - IEDriverServer is not present
[13:05:13] I/status - android-sdk is not present
[13:05:13] I/status - appium is not present
Even when I do npm install ie
and then do the webdriver-manager status
, I get the same message of the IE driver not being present. Any ideas of what I'm doing wrong?