Protractor Test Cases Not Working in Internet Explorer 11
问题 Protractor Test Cases Not Working in Internet Explorer 11 on Windows 10 Enterprise Protractor.conf.js has below configuration. seleniumAddress: 'http://localhost:4444/wd/hub', seleniumArgs: ['-Dwebdriver.ie.driver=node_modules/protractor/selenium/IEDriverServer.exe'], multiCapabilities: [ { browserName: 'internet explorer', 'platform': 'ANY', 'version': '11' } ] When I try to run either ng e2e command to run the test cases, I get Driver.version: unknown exception like below. **Exception Trace