-1

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!!!

DeeJay007
  • 469
  • 4
  • 30

3 Answers3

1

Hmm, I guess you can go with Selenium 3.0 for Java 8.

leopcode
  • 62
  • 1
  • 8
1

IEDriverServer.exe (3.5.0.0) with Selenium (3.5.0) . That's the Latest stable version that has worked for me .

Manmohan_singh
  • 1,776
  • 3
  • 20
  • 29
1

To work with Selenium Standalone Server, IEDriverServer binary and Internet Explorer Web Browser with Java 8 you need to :

  • Update your system JDK and JRE with the latest version from this link.
  • Download the latest Selenium Standalone Server from this link.
  • Download the latest IEDriverServer binary from this link.
  • Execute your Test.

Current Version :

  • Current version of JDK is Version 8 Update 151
  • Current version of Selenium Standalone Server is v3.7.1.0
  • Current version of IEDriverServer is v3.7.0.0
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352