v1.22.2
microsoft/playwrightv1.22.2May 21, 2022by aslushnikov
AI Summary
A patch release that resolves a regression where the `focus()` method incorrectly closed non-select dropdowns. Browser versions were updated to the latest stable channels.
Key Highlights
- Fixed regression where `focus()` function closed dropdowns instead of focusing on the option.
- Updated Chromium to 102.0.5005.40.
- Updated Firefox to 99.0.1.
- Updated WebKit to 15.4.
Full Release Notes
## Highlights This patch includes the following bug fixes: https://github.com/microsoft/playwright/issues/14254 - [BUG] focus() function in version 1.22 closes dropdown (not of select type) instead of just focus on the option ## Browser Versions - Chromium 102.0.5005.40 - Mozilla Firefox 99.0.1 - WebKit 15.4 This version was also tested against the following stable channels: - Google Chrome 101 - Microsoft Edge 101