Maintainer of the library is changed, and new repository is at https://github.com/Hi-Fi/robotframework-seleniumlibrary-java.
Selenium2Library is a web testing library for Robot Framework that leverages the Selenium 2 (WebDriver) libraries from the Selenium project. It is modeled after (and forked from) the Robot Framework SeleniumLibrary library, but re-implemented to use Selenium 2 and WebDriver technologies.
This Java port of the existing Selenium2Library was created to enable the usage of a Selenium 2 library with Jython.
This library is a direct replacement to the Python Selenium2Library. There are almost no changes necesssary to the existing code. You can execute the same testcases and keywords with Python and Jython.
If you are using the robotframework-maven-plugin you can use this library by adding the following dependency to your pom.xml:
<dependency>
<groupId>com.github.markusbernhardt</groupId>
<artifactId>robotframework-selenium2library-java</artifactId>
<version>1.4.0.8</version>
<scope>test</scope>
</dependency>
If you cannot use the robotframework-maven-plugin you can use the jar-with-dependencies, which contains all required libraries.
If you want more control and feel adventurous you could you use this jar and provide all required libraries from this list on your own.
Selenium Speed not implemented
Setting the Selenium Speed is deprecated several years and not implemented in WebDriver. The Python Selenium2Library tries to emulate the old behavior. I have not implemented this emulation for the following reasons.
This is a maven project. If you have firefox installed, you can execute the unit tests with:
mvn integration-test
The user group for Robot Framework is the best place to get help. Consider including in the post: