Internet Explorer 8 64bit and Selenium Not working

后端 未结 8 1862
慢半拍i
慢半拍i 2021-01-31 10:24

I am trying to get selenium tests to run. Yet every time I try to run a tests that should run IE I get a error on line 863 of htmlutils.js It says that I should disable my popup

8条回答
  •  不要未来只要你来
    2021-01-31 11:03

    I had the same problem on Windows 7 64bit IE8. The first step was to disable the IE popup blocker. Then, I got a message in the status bar saying that "Pop-ups were blocked on this page. Press the 'Ctrl' key to allow the pop-ups".

    It turns out that the Google Toolbar was providing this feature. Disabling it solved the problem. View > Toolbars > Google to toggle.

    John.

提交回复
热议问题