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?
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
Comment #1
ygerasimov commentedThe 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.
Comment #2
PatchRanger commentedIntegration 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.