diff --git a/README.md b/README.md
index 3c7360d..29540cd 100644
--- a/README.md
+++ b/README.md
@@ -45,18 +45,18 @@ your pom.xml:
com.github.hi-fi
robotframework-seleniumlibrary
- 3.9.1.0
+ 3.12.0.0
test
If you cannot use the robotframework-maven-plugin you can use the
-[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),
+[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),
which contains all required libraries.
* More information about this library can be found in the
- [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).
+ [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).
* For keyword completion in RIDE you can download this
- [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)
+ [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)
and place it in your PYTHONPATH.
Differences
diff --git a/pom.xml b/pom.xml
index a464cf8..b41cf2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.hi-fi
robotframework-seleniumlibrary
- 3.9.1.1-SNAPSHOT
+ 3.12.0.0-SNAPSHOT
jar
Robot Framework :: SeleniumLibrary
@@ -66,11 +66,11 @@
UTF-8
true
true
- 1.8.13
+ 1.9.1
1.7
- 3.0.2
+ 3.0.4
1.4.7
- 3.9.1
+ 3.12.0
SeleniumLibrary
jbrowser
@@ -139,7 +139,7 @@
com.codeborne
phantomjsdriver
- 1.4.3
+ 1.4.4
org.seleniumhq.selenium
@@ -159,7 +159,7 @@
org.mockito
mockito-core
- 2.12.0
+ 2.18.3
test
@@ -640,4 +640,4 @@
-
\ No newline at end of file
+
diff --git a/src/test/robotframework/testsuites/UnitTests/AW3Schools.robot b/src/test/robotframework/testsuites/UnitTests/AW3Schools.robot
index 30b820d..4d89977 100644
--- a/src/test/robotframework/testsuites/UnitTests/AW3Schools.robot
+++ b/src/test/robotframework/testsuites/UnitTests/AW3Schools.robot
@@ -10,10 +10,10 @@ Select
[Tags] phantomjs
Open Browser https://developer.mozilla.org/en/docs/Web/HTML/Element/select#Examples ${browser} mainbrowser
Wait Until Page Contains Element xpath=//select
- Select From List xpath=//select Value 3
+ Select From List xpath=//select Third Value
${label} Get Selected List Label xpath=//select
- Should Be Equal ${label} Value 3
- List Selection Should Be xpath=//select Value 3
+ Should Be Equal ${label} Third Value
+ List Selection Should Be xpath=//select Third Value
Multiple Browsers
Open Browser ${URL Application} ${browser} mainbrowser1