문제

My project's tests were written when Selenium 2.0a_ (Alpha versions) were available, and I want to upgrade Selenium to a more recent version. One good reason for this is that the old version does not work with recent Chrome versions. Other reasons are the many bug fixes, especially the IEDriver rewrite.

I tried using version 2.11.0, but there's a significant bug there, and it's been around for a while. The bug (issue 2513) throws random exceptions and apparently happens at least since version 2.6.0. There's a workaround, but it's not applicable for me. The bug is quite serious, tests just fail randomly.

I'm leaning toward trying version 2.5.0. Before investing time and effort, does anyone know of any major problem with this version?

More generally, what Selenium version you consider the most stable, and why?

도움이 되었습니까?

해결책

You are correct with the upgrades to selenium we have seen some stability issues too.. We experienced good stability with 2.5 and now we have moved on to 2.9 and the tests are relatively stable as much as it was in 2.5.

Do let me know how things work out for you?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top