问题
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