Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 71f2981

Browse files
authored
Merge pull request #7 from Hi-Fi/2.53.1.2-SNAPSHOT
2.53.1.2 snapshot
2 parents 74cfee4 + d2eca99 commit 71f2981

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ the Selenium libraries from the [Selenium](http://docs.seleniumhq.org) project.
99

1010
Version number follows Selenium's version numbers (first 3 numbers), and 4th number is reserved for e.g. issue fixes.
1111
* 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).
1313
* 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)
1515
and place it in your PYTHONPATH.
1616

1717
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:
2828
<dependency>
2929
<groupId>com.github.hi_fi</groupId>
3030
<artifactId>robotframework-seleniumlibrary-java</artifactId>
31-
<version>2.53.1.0</version>
31+
<version>2.53.1.1</version>
3232
<scope>test</scope>
3333
</dependency>
3434

3535
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),
3737
which contains all required libraries.
3838

3939
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)
4141
and provide all required libraries from this [list](DEPENDENCIES.md) on your own.
4242

4343
Differences

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.hi-fi</groupId>
66
<artifactId>robotframework-seleniumlibrary</artifactId>
7-
<version>2.53.1.1-SNAPSHOT</version>
7+
<version>2.53.1.2-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Robot Framework :: SeleniumLibrary</name>

0 commit comments

Comments
 (0)