Does Selenium v3.141 support Java 13?

后端 未结 1 1787
野趣味
野趣味 2020-11-29 11:44

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条回答
  • 2020-11-29 12:21

    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 8u341 and execute the @Tests

    0 讨论(0)
提交回复
热议问题