0

update change logs for 4.16

NOKEYCHECK=True
GitOrigin-RevId: 053c73b41a054c06aea3bcf8b6b39adce02dc8ca
This commit is contained in:
titusfortner
2023-12-05 23:54:35 -06:00
committed by Copybara-Service
parent 4e213fa1f7
commit bf738fd499

18
CHANGES

@ -1,3 +1,21 @@
Selenium 4.16.0
* Fix inadvertent code change in mutation_event
* Fix bug in using SE_MANAGER_PATH
* Fix bug where downloaded file was not getting unzipped
* Add more logging to driver startup
* Fix WebDriverWait type hints for WebElement (#13108)
* Clean up of usage of executable path in services
* Don't leak a file descriptor to os.devnull by default (#13162)
* Allow bsd operating systems to use the linux binary
* Close trio memory channel sender after the driver is quit (#13151)
* Remote webdriver cannot match Chromium browser name for remote connection
* Remove deprecated reuse_service parameter from Safari driver constructor
* Remove deprecated quiet parameter from Safari service constructor
* Ensure all drivers stop service during driver quit
* Update chromium driver constructors for readability
* Add CDP for Chrome 120 and remove 117
Selenium 4.15.2
* Fix bug for unzipping downloaded files