Previously I was using selenium-server-standalone-2.46.0
and IEDriverServer 2.46.0.0
(IE 11 version) for testing my web application running with jdk 1.6
.
Now the application is compatible to run with Java 8
. So could someone advise as to what latest version of the Selenium server and IEDriverServer can be used?
Thanks in Advance!!!