docs: add release video to release notes (#29939)

This commit is contained in:
Debbie O'Brien 2024-03-14 15:45:26 +01:00 committed by GitHub
parent 914208c567
commit 1114c42e44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
## Version 1.42
<LiteYouTube
id="KjSaIQLlgns"
title="Playwright 1.41 & 1.42"
/>
### New APIs
- New method [`method: Page.addLocatorHandler`] registers a callback that will be invoked when specified element becomes visible and may block Playwright actions. The callback can get rid of the overlay. Here is an example that closes a cookie dialog when it appears: