From 026e5d384329b0a4d5f66301012126221f37f1cb Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Thu, 17 May 2018 10:05:44 +0300 Subject: [PATCH 1/3] Update pom.xml Updated dependency versions --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 + From f839ff1b5a93d14aaa1266ee082bd4b9eea681a3 Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Thu, 17 May 2018 10:22:43 +0300 Subject: [PATCH 2/3] Changed values according current web page --- .../robotframework/testsuites/UnitTests/AW3Schools.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From c12a6dbd36b77bd3157e1018ab618be2a66be608 Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Thu, 17 May 2018 10:35:15 +0300 Subject: [PATCH 3/3] Release 3.12.0.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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