Protractor Test Cases Not Working in Internet Explorer 11

后端 未结 2 1310
走了就别回头了
走了就别回头了 2021-01-28 16:28

Protractor Test Cases Not Working in Internet Explorer 11 on Windows 10 Enterprise

Protractor.conf.js has below configuration.

seleniumAddress: \'http://localho         


        
2条回答
  •  说谎
    说谎 (楼主)
    2021-01-28 16:57

    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

提交回复
热议问题