MarketSquare / robotframework-seleniumlibrary-java

Java port of the Python based SeleniumLibrary for Robot Framework
Apache License 2.0
23 stars 16 forks source link

Support for Java 11 #113

Closed Hi-Fi closed 2 years ago

Hi-Fi commented 2 years ago

At least JBrowserDriver supports only Java8, but fork of it (https://github.com/everit-org/jBrowserDriver/blob/master-jdk11/pom.xml#L5-L6) has support for 11.

Hi-Fi commented 2 years ago

Forked JBrowserDriver doesn't seem to work at least with Zulu (with FX), and it also prevents to work with Java 8.

Hi-Fi commented 2 years ago

Test execution seems to be working fine with both Java 8 and 11, so only Java11 issue is JBrowserDriver. One possibility is to drop that off from supported ones, and wait for HTMLUnit to start working with Selenium4.

Hi-Fi commented 2 years ago

Version 4 of the library is using Java 11+, and dropped at the moment support for JBrowserDriver and HTMLUnit (until Java 11/Selenium 4 support for those is available).