From b63c1b884153daec8152fd41fe1dcf099adb7141 Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Wed, 26 Jun 2019 16:09:18 +0300 Subject: [PATCH 1/4] Release 3.141.59.26 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 508dcdc..5e7cd22 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.hi-fi robotframework-seleniumlibrary - 3.141.59.26-SNAPSHOT + 3.141.59.26 jar Robot Framework :: SeleniumLibrary From 262a48b872a4edae23cbd8c4523c8f48d756d6f8 Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Wed, 26 Jun 2019 16:40:52 +0300 Subject: [PATCH 2/4] README for new release --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 714edf3..90c4e28 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,18 @@ your pom.xml: com.github.hi-fi robotframework-seleniumlibrary - 3.141.59.2 + 3.141.59.26 test If you cannot use the robotframework-maven-plugin you can use the -[jar-with-dependencies](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.2/robotframework-seleniumlibrary-3.141.59.2-jar-with-dependencies.jar), -which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-3.141.59.2-jar-with-dependencies.jar `. +[jar-with-dependencies](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.26/robotframework-seleniumlibrary-3.141.59.26-jar-with-dependencies.jar), +which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-3.141.59.26-jar-with-dependencies.jar `. * More information about this library can be found in the - [Keyword Documentation](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.2/robotframework-seleniumlibrary-3.141.59.2.html). + [Keyword Documentation](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.26/robotframework-seleniumlibrary-3.141.59.26.html). * For keyword completion in RIDE you can download this - [Library Specs](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.2/robotframework-seleniumlibrary-3.141.59.2.xml) + [Library Specs](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.26/robotframework-seleniumlibrary-3.141.59.26.xml) and place it in your PYTHONPATH. Differences From bc12c40a43c0710a8e9a4d66127ad3a1dec56dbc Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Wed, 26 Jun 2019 18:27:48 +0300 Subject: [PATCH 3/4] Updated chromedriver to work with Travis --- src/test/resources/RepositoryMap.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/test/resources/RepositoryMap.xml b/src/test/resources/RepositoryMap.xml index 3cbba71..11913a5 100644 --- a/src/test/resources/RepositoryMap.xml +++ b/src/test/resources/RepositoryMap.xml @@ -36,6 +36,14 @@ sha1 + + + https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_win32.zip + + 41f9016c262d1ef4792d92d1d518a5f1907a17e2 + sha1 + + @@ -94,6 +102,13 @@ sha1 + + + https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_linux64.zip + a425196b5336796d56d5696e850c2abf4c0c2668 + sha1 + + @@ -126,6 +141,13 @@ sha1 + + + https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_mac64.zip + 4a026490030a971704249a57113e64ae52ba84f0 + sha1 + + \ No newline at end of file From db87ddee73efd98c848b4e74cdcf72de1ab983cd Mon Sep 17 00:00:00 2001 From: Juho Saarinen Date: Wed, 26 Jun 2019 20:16:29 +0300 Subject: [PATCH 4/4] Bumb up version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5e7cd22..ba697b4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.hi-fi robotframework-seleniumlibrary - 3.141.59.26 + 3.141.59.265-SNAPSHOT jar Robot Framework :: SeleniumLibrary