Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ ENV ROBOT_UID 1000
ENV ROBOT_GID 1000

# Dependency versions
ENV AWS_CLI_VERSION 1.35.16
ENV AWS_CLI_VERSION 1.38.31
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
ENV BROWSER_LIBRARY_VERSION 18.9.1
ENV CHROME_VERSION 130.0.6723.69
ENV DATABASE_LIBRARY_VERSION 2.0.4
ENV BROWSER_LIBRARY_VERSION 19.4.0
ENV CHROME_VERSION 135.0.7049.84
ENV DATABASE_LIBRARY_VERSION 2.1.3
ENV DATADRIVER_VERSION 1.11.2
ENV DATETIMETZ_VERSION 1.0.6
ENV MICROSOFT_EDGE_VERSION 130.0.2849.46
ENV MICROSOFT_EDGE_VERSION 135.0.3179.54
ENV FAKER_VERSION 5.0.0
ENV FIREFOX_VERSION 131.0
ENV FIREFOX_VERSION 137.0
ENV FTP_LIBRARY_VERSION 1.9
ENV GECKO_DRIVER_VERSION v0.35.0
ENV IMAP_LIBRARY_VERSION 0.4.10
ENV PABOT_VERSION 2.18.0
ENV IMAP_LIBRARY_VERSION 0.4.11
ENV PABOT_VERSION 4.1.1
ENV REQUESTS_VERSION 0.9.7
ENV ROBOT_FRAMEWORK_VERSION 7.1.1
ENV SELENIUM_LIBRARY_VERSION 6.6.1
ENV ROBOT_FRAMEWORK_VERSION 7.2.2
ENV SELENIUM_LIBRARY_VERSION 6.7.1
ENV SSH_LIBRARY_VERSION 3.8.0
ENV XVFB_VERSION 1.20

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ The versioning of this image follows the one of Robot Framework:

The versions used are:

* [Robot Framework](https://github.com/robotframework/robotframework) 7.1.1
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 18.9.1
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 2.0.4
* [Robot Framework](https://github.com/robotframework/robotframework) 7.2.2
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 19.4.0
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 2.1.3
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.11.2
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.10
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.18.0
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.11
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 4.1.1
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.7
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.6.1
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.7.1
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
* Firefox 131.0
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 130.0
* Microsoft Edge 130.0
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.35.16
* Firefox 137.0
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 135.0
* Microsoft Edge 135.0
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.38.31

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.

Expand Down