@@ -11,9 +11,9 @@ It is modeled after (and forked from) the Robot Framework
11
11
[ SeleniumLibrary] ( http://code.google.com/p/robotframework-seleniumlibrary/ )
12
12
library, but re-implemented to use Selenium 2 and WebDriver technologies.
13
13
* More information about this library can be found in the
14
- [ Keyword Documentation] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.5 /robotframework-selenium2library-java-1.4.0.5 -libdoc.html ) .
14
+ [ Keyword Documentation] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.6 /robotframework-selenium2library-java-1.4.0.6 -libdoc.html ) .
15
15
* For keyword completion in RIDE you can download this
16
- [ Library Specs] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.5 /robotframework-selenium2library-java-1.4.0.5 -libdoc.xml )
16
+ [ Library Specs] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.6 /robotframework-selenium2library-java-1.4.0.6 -libdoc.xml )
17
17
and place it in your PYTHONPATH.
18
18
19
19
This Java port of the existing Selenium2Library was created to enable
@@ -37,16 +37,16 @@ your pom.xml:
37
37
<dependency>
38
38
<groupId>com.github.markusbernhardt</groupId>
39
39
<artifactId>robotframework-selenium2library-java</artifactId>
40
- <version>1.4.0.5 </version>
40
+ <version>1.4.0.6 </version>
41
41
<scope>test</scope>
42
42
</dependency>
43
43
44
44
If you cannot use the robotframework-maven-plugin you can use the
45
- [ jar-with-dependencies] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.5 /robotframework-selenium2library-java-1.4.0.5 -jar-with-dependencies.jar ) ,
45
+ [ jar-with-dependencies] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.6 /robotframework-selenium2library-java-1.4.0.6 -jar-with-dependencies.jar ) ,
46
46
which contains all required libraries.
47
47
48
48
If you want more control and feel adventurous you could you use this
49
- [ jar] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.5 /robotframework-selenium2library-java-1.4.0.5 .jar )
49
+ [ jar] ( http://search.maven.org/remotecontent?filepath=com/github/markusbernhardt/robotframework-selenium2library-java/1.4.0.6 /robotframework-selenium2library-java-1.4.0.6 .jar )
50
50
and provide all required libraries from this [ list] ( DEPENDENCIES.md ) on your own.
51
51
52
52
Differences
0 commit comments