Skip to content

Commit 7ffadb8

Browse files
authored
Merge pull request #113 from ppodgorsek/issue-112
Issue #112 - Upgrade Chromium to version 69.0
2 parents 148e1ba + 668a0e9 commit 7ffadb8

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 68.0.*
20+
ENV CHROMIUM_VERSION 69.0.*
2121
ENV FAKER_VERSION 4.2.0
2222
ENV FIREFOX_VERSION 62.0*
2323
ENV GECKO_DRIVER_VERSION v0.19.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The versions used in the latest version are:
2020
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 0.43
2121
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.1.1
2222
* Firefox 62.0
23-
* Chromium 68.0
23+
* Chromium 69.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.
2626

0 commit comments

Comments
 (0)