Skip to content

Commit 71fe87e

Browse files
authored
Merge pull request #152 from ppodgorsek/issue-151
Issue #151 - Update Chromium to version 73.0
2 parents c844fa9 + adb84f2 commit 71fe87e

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
@@ -17,7 +17,7 @@ ENV SCREEN_WIDTH 1920
1717
ENV ROBOT_THREADS 1
1818

1919
# Dependency versions
20-
ENV CHROMIUM_VERSION 71.0.*
20+
ENV CHROMIUM_VERSION 73.0.*
2121
ENV FAKER_VERSION 4.2.0
2222
ENV FIREFOX_VERSION 66.0*
2323
ENV GECKO_DRIVER_VERSION v0.22.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The versions used are:
2121
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.5.0
2222
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.3.1
2323
* Firefox 66.0
24-
* Chromium 71.0
24+
* Chromium 73.0
2525

2626
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.
2727

0 commit comments

Comments
 (0)