@@ -9,9 +9,9 @@ the Selenium libraries from the [Selenium](http://docs.seleniumhq.org) project.
9
9
10
10
Version number follows Selenium's version numbers (first 3 numbers), and 4th number is reserved for e.g. issue fixes.
11
11
* More information about this library can be found in the
12
- [ Keyword Documentation] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0 /robotframework-seleniumlibrary-2.53.1.0 .html ) .
12
+ [ Keyword Documentation] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1 /robotframework-seleniumlibrary-2.53.1.1 .html ) .
13
13
* For keyword completion in RIDE you can download this
14
- [ Library Specs] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0 /robotframework-seleniumlibrary-2.53.1.0 .xml )
14
+ [ Library Specs] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1 /robotframework-seleniumlibrary-2.53.1.1 .xml )
15
15
and place it in your PYTHONPATH.
16
16
17
17
This Java version of SeleniumLibrary exists because of easier dependency management when Robot Framework is used in Java-projects.
@@ -28,16 +28,16 @@ your pom.xml:
28
28
<dependency>
29
29
<groupId>com.github.hi_fi</groupId>
30
30
<artifactId>robotframework-seleniumlibrary-java</artifactId>
31
- <version>2.53.1.0 </version>
31
+ <version>2.53.1.1 </version>
32
32
<scope>test</scope>
33
33
</dependency>
34
34
35
35
If you cannot use the robotframework-maven-plugin you can use the
36
- [ jar-with-dependencies] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0 /robotframework-seleniumlibrary-2.53.1.0 -jar-with-dependencies.jar ) ,
36
+ [ jar-with-dependencies] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1 /robotframework-seleniumlibrary-2.53.1.1 -jar-with-dependencies.jar ) ,
37
37
which contains all required libraries.
38
38
39
39
If you want more control and feel adventurous you could you use this
40
- [ jar] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0 /robotframework-seleniumlibrary-2.53.1.0 .jar )
40
+ [ jar] ( http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1 /robotframework-seleniumlibrary-2.53.1.1 .jar )
41
41
and provide all required libraries from this [ list] ( DEPENDENCIES.md ) on your own.
42
42
43
43
Differences
0 commit comments