From 8daa8b8eb5e9405d7bf5f66f5915770433b64f6e Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Sat, 16 May 2026 12:44:08 -0400 Subject: [PATCH 1/2] Bumping minimum Selenium version to 4.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding Yuri's reasoning which I support and like, "The current >= 4.3.0 is from mid-2022 and predates Chrome for Testing, the download unzip fix, and several Selenium Manager improvements. Since we are now requiring Python 3.10+, there's no reason to support such an old Selenium floor. 4.25.0 (late 2024) is widely deployed, avoids all the known download issues, and still gives users flexibility — they're not forced to be on the absolute latest." --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 502fafc26..e15c78e94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -selenium >= 4.3.0 +selenium >= 4.25.0 robotframework >= 4.1.3 robotframework-pythonlibcore >= 4.4.1 click >= 8.0 From 5b9fbc290e1d4bf5aabdbd24c5fd0c3164905e6d Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Sat, 16 May 2026 14:14:05 -0400 Subject: [PATCH 2/2] Updating Selenium versions within select GA workflow Updated Selenium version under latest and previous. Also renamed Firefox flavor or latest to lastest_firefox. --- .github/workflows/Select.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Select.yml b/.github/workflows/Select.yml index bca492ee7..1bdb7c02e 100644 --- a/.github/workflows/Select.yml +++ b/.github/workflows/Select.yml @@ -12,19 +12,19 @@ jobs: - description: latest python-version: 3.14.4 rf-version: 7.4.2 - selenium-version: 4.43.0 + selenium-version: 4.44.0 browser: chrome - description: previous python-version: 3.12.12 rf-version: 7.3.2 - selenium-version: 4.38.0 + selenium-version: 4.40.0 browser: chrome - description: older_rf_version python-version: 3.11.14 rf-version: 6.1.1 selenium-version: 4.37.0 browser: chrome - - description: latest + - description: latest_firefox python-version: 3.14.4 rf-version: 7.4.1 selenium-version: 4.39.0