I\'m trying to just run the example test that is included in protractor on internet explorer and not getting very far :(
1) Download IEDriverServer.exe 2) Place it in C:\Windows\System32
exports.config = {
'autoStartStopServer': true,
capabilities: {
'browserName': 'internet explorer'
},
framework: 'jasmine',
specs: ['example_spec.js'],
jasmineNodeOpts: {
defaultTimeoutInterval: 30000
}
};
3)Open Internet Explorer click options
4)In Security tab > Disable protected mode for all zones
5)Navigate to Privacy tab TurnOff PopUp Blocker
6)Navigate to Advanced tab