UNPKG

596 BMarkdownView Raw
1### Ensure you have the minimum required Java version
2
3With the release of Selenium 3+, the minimum required version of Java is 8, as [7 has ceased public updates](https://java.com/en/download/faq/java_7.xml).
4
5If an older selenium version is needed, you can check the requirements on the [official Selenium changelog](https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG).
6
7Here is a reference sheet for the more recent Selenium version:
8
9| Selenium version | Minimum Java Required |
10| --- | --- |
11| 3.0.0+ | Java 8 |
12| 2.47.0+ | Java 7 |
13| 2.22.0+ | Java 6 |