Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have windows 7 32 bit and IE 8 32 bit. When I try to run the tests using *iexplore, I get a blank window. However, when I run the tests in XP and IE 7, the tests execute perfectly. Please see the image below.

alt text

Any remedies ?

Thanks

share|improve this question

3 Answers

Have you tried starting Selenium-RC server as administrator?

share|improve this answer
up vote 0 down vote accepted

Alright I solved this issue. The fact is In windows 7, it is not possible to run selenium tests in IE 8. However, there is a workaround. Go to IE 8, Tools->Compatibility view Settings and then check the Display all sites in compatibility view.

Now if you type *iexplore in your code, it will run perfectly in the browser.

Hope this helps

share|improve this answer
It'll run the browser, but will it run it in IE8 mode or IE7 compatibility mode? They're quite different rendering engines, so if you're doing browser testing you need to know which one you're running. – Spudley Dec 17 '10 at 10:45
IE7 compatibility mode – Haxed Jan 22 '11 at 21:22

Check this out if you have Windows 7 Pro or Ultimate.

http://www.microsoft.com/windows/virtual-pc/default.aspx

Run all your IE below version 8 in a virtual machine instead!

Cheers, Stefan

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.