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

Commit 2c2fe13

Browse files
authored
Merge pull request #40 from Hi-Fi/release/3.12.0.0
Release/3.12.0.0
2 parents 9513b55 + c12a6db commit 2c2fe13

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ your pom.xml:
4545
<dependency>
4646
<groupId>com.github.hi-fi</groupId>
4747
<artifactId>robotframework-seleniumlibrary</artifactId>
48-
<version>3.9.1.0</version>
48+
<version>3.12.0.0</version>
4949
<scope>test</scope>
5050
</dependency>
5151

5252
If you cannot use the robotframework-maven-plugin you can use the
53-
[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/3.9.1.0/robotframework-seleniumlibrary-3.9.1.0-jar-with-dependencies.jar),
53+
[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/3.12.0.0/robotframework-seleniumlibrary-3.12.0.0-jar-with-dependencies.jar),
5454
which contains all required libraries.
5555

5656
* More information about this library can be found in the
57-
[Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/3.9.1.0/robotframework-seleniumlibrary-3.9.1.0.html).
57+
[Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/3.12.0.0/robotframework-seleniumlibrary-3.12.0.0.html).
5858
* For keyword completion in RIDE you can download this
59-
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/3.9.1.0/robotframework-seleniumlibrary-3.9.1.0.xml)
59+
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/3.12.0.0/robotframework-seleniumlibrary-3.12.0.0.xml)
6060
and place it in your PYTHONPATH.
6161

6262
Differences

pom.xml

Lines changed: 7 additions & 7 deletions
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>3.9.1.1-SNAPSHOT</version>
7+
<version>3.12.0.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Robot Framework :: SeleniumLibrary</name>
@@ -66,11 +66,11 @@
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6767
<downloadSources>true</downloadSources>
6868
<downloadJavadocs>true</downloadJavadocs>
69-
<aspectj.version>1.8.13</aspectj.version>
69+
<aspectj.version>1.9.1</aspectj.version>
7070
<java.version>1.7</java.version>
71-
<robotframework.version>3.0.2</robotframework.version>
71+
<robotframework.version>3.0.4</robotframework.version>
7272
<robotframework.maven.plugin.version>1.4.7</robotframework.maven.plugin.version>
73-
<selenium.version>3.9.1</selenium.version>
73+
<selenium.version>3.12.0</selenium.version>
7474
<keywords.class>SeleniumLibrary</keywords.class>
7575
<browser>jbrowser</browser>
7676
</properties>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>com.codeborne</groupId>
141141
<artifactId>phantomjsdriver</artifactId>
142-
<version>1.4.3</version>
142+
<version>1.4.4</version>
143143
<exclusions>
144144
<exclusion>
145145
<groupId>org.seleniumhq.selenium</groupId>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>org.mockito</groupId>
161161
<artifactId>mockito-core</artifactId>
162-
<version>2.12.0</version>
162+
<version>2.18.3</version>
163163
<scope>test</scope>
164164
</dependency>
165165
</dependencies>
@@ -640,4 +640,4 @@
640640
</profile>
641641
</profiles>
642642

643-
</project>
643+
</project>

src/test/robotframework/testsuites/UnitTests/AW3Schools.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Select
1010
[Tags] phantomjs
1111
Open Browser https://developer.mozilla.org/en/docs/Web/HTML/Element/select#Examples ${browser} mainbrowser
1212
Wait Until Page Contains Element xpath=//select
13-
Select From List xpath=//select Value 3
13+
Select From List xpath=//select Third Value
1414
${label} Get Selected List Label xpath=//select
15-
Should Be Equal ${label} Value 3
16-
List Selection Should Be xpath=//select Value 3
15+
Should Be Equal ${label} Third Value
16+
List Selection Should Be xpath=//select Third Value
1717

1818
Multiple Browsers
1919
Open Browser ${URL Application} ${browser} mainbrowser1

0 commit comments

Comments
 (0)