From c2c836ea95414b996eb163d8e92d3d7ea3de6375 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Tue, 16 Jul 2019 08:39:11 +0100 Subject: [PATCH 1/2] Issue #183 - Update Firefox to version 68.0 * Updated the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80d0a2b..09f56f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV ROBOT_THREADS 1 ENV CHROMIUM_VERSION 75.0.* ENV DATABASE_LIBRARY_VERSION 1.2 ENV FAKER_VERSION 4.2.0 -ENV FIREFOX_VERSION 67.0* +ENV FIREFOX_VERSION 68.0* ENV FTP_LIBRARY_VERSION 1.6 ENV GECKO_DRIVER_VERSION v0.22.0 ENV PABOT_VERSION 0.63 From ca2f5d3c22424c4c2557d18fcfa4c8794de3e2b3 Mon Sep 17 00:00:00 2001 From: Paul Podgorsek Date: Tue, 16 Jul 2019 08:39:32 +0100 Subject: [PATCH 2/2] Issue #183 - Update Firefox to version 68.0 * Updated the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b9c4e..83b58c8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The versions used are: * [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.5.0 * [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.3.1 * [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.3.0 -* Firefox 67.0 +* Firefox 68.0 * Chromium 75.0 As stated by [the official GitHub project](https://github.com/robotframework/Selenium2Library), starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary and this project exists mainly to help with transitioning. The Selenium2Library 3.0.0 is also the last release and for new releases, please look at the [SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) project.