@@ -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-java /2.53.1.0/robotframework-seleniumlibrary-java- 2.53.1.0-libdoc .html ) .
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 ) .
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-java /2.53.1.0/robotframework-seleniumlibrary-java- 2.53.1.0-libdoc .xml )
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 )
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.
@@ -33,11 +33,11 @@ your pom.xml:
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-java /2.53.1.0/robotframework-seleniumlibrary-java -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.0/robotframework-seleniumlibrary-2.53.1.0-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-java /2.53.1.0/robotframework-seleniumlibrary-java -2.53.1.0.jar )
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 )
41
41
and provide all required libraries from this [ list] ( DEPENDENCIES.md ) on your own.
42
42
43
43
Differences
0 commit comments