Skip to content

Commit a90b612

Browse files
Release 1.4.0.6
1 parent 5c4b4f7 commit a90b612

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CHANGES
33

44
unreleased
55
----------
6+
* Nothing
7+
8+
1.4.0.6
9+
-------
610
* Fixed 'Select Window' always selecting the last window and not the desired window.
711

812
1.4.0.5

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ It is modeled after (and forked from) the Robot Framework
1111
[SeleniumLibrary](http://code.google.com/p/robotframework-seleniumlibrary/)
1212
library, but re-implemented to use Selenium 2 and WebDriver technologies.
1313
* 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).
1515
* 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)
1717
and place it in your PYTHONPATH.
1818

1919
This Java port of the existing Selenium2Library was created to enable
@@ -37,16 +37,16 @@ your pom.xml:
3737
<dependency>
3838
<groupId>com.github.markusbernhardt</groupId>
3939
<artifactId>robotframework-selenium2library-java</artifactId>
40-
<version>1.4.0.5</version>
40+
<version>1.4.0.6</version>
4141
<scope>test</scope>
4242
</dependency>
4343

4444
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),
4646
which contains all required libraries.
4747

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

5252
Differences

0 commit comments

Comments
 (0)