Is it possible to run tests on IE as well? It looks like from the Selenium WebDriver documentation it's made to do it, any advice on the process for setting that up?

Comments

ygerasimov’s picture

The problem with IE is that we cannot set Agent headers for IE so it won't be able to get to our sandbox. So we need to keep our eyes on Selenium development.

PatchRanger’s picture

Version: master » 7.x-3.x-dev
Status: Active » Fixed

Integration with Internet Explorer (as well as with Opera) is done by implementing Simpletest-testing on original site. See a corresponding issue: #1874076: Let testing on original site for drivers that don't support Agent headers setting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.