Skip to content

Commit 148e1ba

Browse files
authored
Merge pull request #107 from ppodgorsek/issue-106
Issue #106 - Update Firefox to version 62.0
2 parents cfa6182 + 5eb1801 commit 148e1ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV ROBOT_THREADS 1
1919
# Dependency versions
2020
ENV CHROMIUM_VERSION 68.0.*
2121
ENV FAKER_VERSION 4.2.0
22-
ENV FIREFOX_VERSION 61.0*
22+
ENV FIREFOX_VERSION 62.0*
2323
ENV GECKO_DRIVER_VERSION v0.19.1
2424
ENV PABOT_VERSION 0.43
2525
ENV PYTHON_PIP_VERSION 9.0.*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The versions used in the latest version are:
1919
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 4.2.0
2020
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 0.43
2121
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.1.1
22-
* Firefox 61.0
22+
* Firefox 62.0
2323
* Chromium 68.0
2424

2525
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.

0 commit comments

Comments
 (0)