From 99c1c3b0ad6e4a9e700d5908c1b04a563e5a34f6 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 11 Oct 2023 14:39:11 +0200 Subject: [PATCH] Add missing selenium upgrade --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d706c47..35430f2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * Firefox 118, Edge 117 and Chrome/Chromedriver 118 in the Docker container [#1996](https://github.com/sitespeedio/browsertime/pull/1996). * Expose trace start/stop for Chrome in scripting (the same way as for Firefox). Thank you [KS](https://github.com/92kns) for [#1988](https://github.com/sitespeedio/browsertime/pull/1988). Documentation is coming when the functionality is rolled out in sitespeed.io. +### Updated +* Updated to Selenium 4.12 + ## 17.16.0 - 2022-09-04 ### Added * Firefox 117 and Edge 116 in the Docker container.