MarketSquare / robotframework-seleniumlibrary-java

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

In README, links to library specs do not work. #108

Closed aaltat closed 4 years ago

aaltat commented 4 years ago

There are two links with this text: For keyword completion in RIDE you can download this Library Specs and place it in your PYTHONPATH. in the README. But those links are broken and the xml file can not be downloaded.

Hi-Fi commented 4 years ago

True, I fixed those only for https://github.com/MarketSquare/robotframework-seleniumlibrary-java/tree/selenium4 branch. Updating develop now, too (most of the changes are selenium4 branch waiting for final version of it to be released)

aaltat commented 4 years ago

By the way, to totally different topic. SeleniumLibrary Python dropped Selenium 2 long time ago. Also in the latest release it will only support latest Selenium 3 version. Then it was pretty easy to start supporting Selenium 4.

Hi-Fi commented 4 years ago

Java version has basically supported only single Selenium version all the time. That Selenium 2 version hasn't been touched since the release of first Selenium 3 version.

I thought that Selenium 4 would come a bit faster, but it might be that the current selenium4 branhch changes (more around than because of S4) need to be taken to S3 and same time update many dependencies that are out of date.