so i just configured eclipse with junit 4, jre 1.7, and selenium server standalone 2.21.0 on a windows xp virtual machine using windows 7 xp mode. And I also updated the browser to IE8. So the problem is when I run the test on the login page when i submit my user/password i get a popup saying "do you want to view the webpage content that was delivered securely ? bla bla bla yes / no " and the next operation fails. How can I go around that ? Or is there a way to tell to the webdriver to always click "no" ?
i found a fix for that :
for IE 8:
a) Launch Internet Explorer.
b) Going to Tools->Internet Options->Security
c) Select the ‘Security’ tab
d) Click the ‘Custom Level’ button
e) In the ‘Miscellaneous’ section change “Display mixed content” to Enable
f) Click on OK. Close internet options.
and for IE9 set "display mixed content" to active :)