-
Notifications
You must be signed in to change notification settings - Fork 2.3k
IE doesn't work as of Protractor 1.1.0 unless settings have been fine-tuned #1248
Comments
The IE-breaker commit is commit 953faf7. To reproduce:
10 Set up a spec file
11
15 Checkout commit
|
Thanks for investigating so thoroughly! I will look into why that change breaks it, but I think the real question is why it worked before. |
No problem. Good luck! |
I think I'm hitting this issue with 1.5.0 as well. Mitchhentges, could you please share the fine tuning that is required to work around this? |
Here, take a peek at #1223.
Disabling "Protected Mode" for all zones did the trick for me. |
Take a look at https://code.google.com/p/selenium/wiki/InternetExplorerDriver It's got a 'required configuration' paragraph that should help you out. |
Will do. Thanks guys!!!! |
I followed all the steps in the post and am still hitting the issue - on IE 11 (11.0.9600.17498). I've tried this both with Protected Mode on/off. It seems that there is a problem getting a handle to the Window. I got trace output from IEDriverServer with the following: W 2014-12-30 11:10:41:929 BrowserFactory.cpp(557) -2147024891 [Access is denied.]: Call to IHTMLWindow2::get_screen failed I 2014-12-30 11:10:41:930 IECommandExecutor.cpp(656) Persistent hovering set to: 1 I 2014-12-30 11:10:43:257 Browser.cpp(116) No child frame focus. Focus is on top-level frame W 2014-12-30 11:10:43:272 Script.cpp(486) -2147024891 [Access is denied.]: Unable to execute code, call to IHTMLWindow2::execScript failed W 2014-12-30 11:10:43:273 Script.cpp(172) Cannot create anonymous function W 2014-12-30 11:10:43:273 ElementFinder.cpp(154) Unexpected error attempting to find element by mechanism id and criteria cred_sign_in_button W 2014-12-30 11:10:43:525 response.cc(74) Error response has status code 7 and message 'Finding elements with id == cred_sign_in_buttonreturned an unexpected error' message I 2014-12-30 11:10:43:733 Browser.cpp(116) No child frame focus. Focus is on top-level frame. |
Do you want to try running as Admin? |
I've tried as admin with no change... :( Interestingly enough, I reverted to using Protractor 1.0.0 and am still getting the issue. All things equal, the only change in my configuration is the IE 11 build number - there seems to be a recent update that is causing issues (11.0.9600.17498)... |
Found the corresponding IEDriver/Selenium issue: |
Looks like the corresponding issue is fixed, I'm closing this one as obsolete. |
I have same issue.
It is not working for me. I did followed instructions of that article. My log
|
On installations of IE with just the default settings, versions of Protractor 1.1.0 and later do not work. Protractor provides errors like:
Webdriver fails with:
The text was updated successfully, but these errors were encountered: