Błąd trybu chronionego przeglądarki Internet Explorer

Mój kod w Visual Studio używa seldum webdriver 2.24.0. Moje środowisko testowe, którego używam, to Nunit. Mój kod działał bez zarzutu (ładowanie przeglądarek różnicowych, prowadzenie stron internetowych) do czasu wydania wersji 2.24.0.

Dodałem nowy samodzielny serwer IE do mojego projektu.

Teraz, gdy uruchamiam mój kod, NUnit napotyka ten komunikat o błędzie.

 FirstSeleniumTest.SeleniumTest.TestGoogle:
SetUp : System.InvalidOperationException : Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones. Enable Protected Mode must be set to the same value (enabled or disabled) for all zones. (NoSuchDriver)
TearDown : System.NullReferenceException : Object reference not set to an instance of an object.

Następnie pojawia się okno wiersza polecenia.

Started InternetExplorerDriver server (64-bit)
2.24.0.0
Listening on port 50329

Wyłączyłem tryb chroniony na moim IE. Wciąż nie ma szczęścia.

W jaki sposób mogę przywrócić kod do właściwego kierowania do sieci?

questionAnswers(4)

yourAnswerToTheQuestion