diff --git a/py/CHANGES b/py/CHANGES index 0c7c87f5f5877..e0281b1d62f7d 100644 --- a/py/CHANGES +++ b/py/CHANGES @@ -4,9 +4,9 @@ Selenium 4.13.0 * close out driver logging on quit (#12637) * disable console appearing on windows when running in pythonw (#12715) * remove deprecated headless methods -* remove deprecated driver extensions for location and network connection * fix bug preventing using performance logging in chromium * remove deprecation notice from Firefox profiles +* Allow users to set Selenium Manager path by environment variable (#12752) Selenium 4.12.0 * Add CDP files for v116 and remove v113 @@ -19,7 +19,6 @@ Selenium 4.12.0 * support conda installation of selenium manager (#12536) * Drop support for `python3.7` * Fixed a bug where `Popen.wait()` calls caught the wrong exceptions when timing out -* Allow users to set Selenium Manager path by environment variable (#12752) Selenium 4.11.2 * better bug fix for #12454 diff --git a/rb/CHANGES b/rb/CHANGES index dbdab5e83bae9..65e111feb9c91 100644 --- a/rb/CHANGES +++ b/rb/CHANGES @@ -1,8 +1,10 @@ -4.13.0 (Unreleased) +4.13.0 (2023-09-25) ========================= Ruby: - * Fix bug prevening using performance logging with chromium + * Fix bug preventing using performance logging with chromium * Allow users to set Selenium Manager path by environment variable (#12752) + * Allow service to be started before the driver + * remove deprecated driver extensions for location and network connection BiDi: * Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117) @@ -13,8 +15,6 @@ Ruby: * Fix bug preventing good error messages in Selenium Manager when stdout empty * Fix bug with Firefox not loading net/http library by default (#12506) * Remove support for using capabilities in local drivers - * Fix bug prevening using performance logging with chromium - * Allow users to set Selenium Manager path by environment variable (#12752) BiDi: * Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)