简体   繁体   中英

Selenium Server and IE web driver for Java 8

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

嗯,我想您可以使用Java 3.0的Selenium 3.0。

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM