Skip to content

Commit 806465a

Browse files
authored
Merge pull request #96 from ppodgorsek/issue-95
Issue #95 - Update Firefox to version 61.0
2 parents b08964f + 02e8b69 commit 806465a

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
@@ -15,7 +15,7 @@ ENV SCREEN_WIDTH 1920
1515
# Dependency versions
1616
ENV CHROMIUM_VERSION 67.0.*
1717
ENV FAKER_VERSION 4.2.0
18-
ENV FIREFOX_VERSION 60.0*
18+
ENV FIREFOX_VERSION 61.0*
1919
ENV GECKO_DRIVER_VERSION v0.19.1
2020
ENV PYTHON_PIP_VERSION 9.0.*
2121
ENV ROBOT_FRAMEWORK_VERSION 3.0.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The versions used in the latest version are:
1818
* [Robot Framework](https://github.com/robotframework/robotframework) 3.0.4
1919
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 4.2.0
2020
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.1.1
21-
* Firefox 60.0
21+
* Firefox 61.0
2222
* Chromium 67.0
2323

2424
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)