7

Can anyone confirm if Selenium RC server fully supports IE8?

Dave Hunt
  • 8,191
  • 4
  • 38
  • 39
davidhalldor
  • 305
  • 1
  • 6
  • 11

5 Answers5

6

I have successfully been running tests in IE8 with Selenium RC and Selenium Grid. I'm not sure about 'full' support as I see occasional issues with all versions of Internet Explorer, but if you find any reproducible issues you can raise them in one (or all) of the following places:

Dave Hunt
  • 8,191
  • 4
  • 38
  • 39
2

At Sauce labs we have been using Selenium + IE8 for a while now. You can even use our service to test on IE8 yourself.

(Google us, I'm not pasting links, don't want this to sound like spam)

Santi
  • 4,428
  • 4
  • 24
  • 28
1

For those new to Selenium, it might bear a reminder that this entry was posted back during the days of "Selenium 1.x" and if you want to find newer info about "Selenium 2" which is based on WebDriver, then try these: https://stackoverflow.com/questions/tagged/selenium2 or https://stackoverflow.com/questions/tagged/webdriver tag URLs.

Community
  • 1
  • 1
MarkHu
  • 1,694
  • 16
  • 29
1

Just make sure to run selenium server and IE8 as Admin and things works like charm.

Sanjay
  • 11
  • 2
0

Yes, I woking fine in IE8. I haven't had encountered any issues so far.

Rajasankar
  • 928
  • 1
  • 19
  • 41