Skip to content

Commit 8f710aa

Browse files
authored
Merge pull request #75 from ppodgorsek/issue-74
Issue #74 - Update Firefox to version 59.0
2 parents 3ca633d + 4e98d4f commit 8f710aa

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 63.0.*
1717
ENV FAKER_VERSION 4.2.0
18-
ENV FIREFOX_VERSION 58.0*
18+
ENV FIREFOX_VERSION 59.0*
1919
ENV GECKO_DRIVER_VERSION v0.19.1
2020
ENV ROBOT_FRAMEWORK_VERSION 3.0.2
2121
ENV SELENIUM_LIBRARY_VERSION 3.0.1

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.2
1919
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 4.2.0
2020
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.0.1
21-
* Firefox 58.0
21+
* Firefox 59.0
2222
* Chromium 63.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)