hariszhr
hariszhr
Dont use the Protractor inside grunt-protractor-runner. install protractor globally i.e.,: npm install -g protractor webdriver-manager update webdriver-manager update --ie now start your selenium webdriver server inside cmd window: webdriver-manager start...
I think, Webdriver-manager by default puts ie driver here: C:\Users\AppData\Roaming\npm\node_modules\protractor\selenium Did u try to manually download the 32bit iedriver and put it here? That might work. Use the same name...
ok. great. I am using selenium driver in java now. I dont need any of features that protractor offers. And java project is easier to maintain and explain to other...