Does Selenium v3.141 support Java 13?

只谈情不闲聊 提交于 2020-01-13 07:30:09

问题


Confirmation on below issue :

Has Selenium 3.141 support for jdk 13?

Please refer me which combination of java or selenium versions I can use.


回答1:


We are yet to see any official documentation released if the latest version of Selenium supports java-13.

However there are some existing compatibility issues between Selenium and java versions other than java-8 as follows:

  • java-9: An illegal reflective access operation has occurred while executing automated tests using Selenium and Java 9
  • java-11: Unable to import org.openqa.selenium.WebDriver using Selenium and Java 11

Solution

The strategic solution will be to install the latest version of JDK 8u212 and execute the @Tests



来源:https://stackoverflow.com/questions/58531018/does-selenium-v3-141-support-java-13

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!