Protractor Test Cases Not Working in Internet Explorer 11 on Windows 10 Enterprise
Protractor.conf.js has below configuration.
seleniumAddress: \'http://localho
Here is what solved my problem as per suggestion provided on the link. I have opened 'Registry Editor', did go to below path.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\
And then created a new feature there by right clicking -> FEATURE_BECACHE
-> then right click this feature and then create New->DWORD (32-Bit Value)
and then rename the created DWORD
as -> 'iexplore.exe'
Check the link below for the Registry Setting Being Made.
enter image description here