Skip to content

Commit 6697690

Browse files
committed
Merge branch 'master' into #108-Include-RequestsLibrary-in-container
2 parents b780ccf + 7ffadb8 commit 6697690

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
@@ -21,7 +21,7 @@ The versions used in the latest version are:
2121
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.4.7
2222
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.1.1
2323
* Firefox 62.0
24-
* Chromium 68.0
24+
* Chromium 69.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)