docs: add video to release notes (#33147)

This commit is contained in:
Debbie O'Brien 2024-10-16 18:36:46 +02:00 коммит произвёл GitHub
Родитель d10a5e5693
Коммит 9848ebec5a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
## Version 1.48
<LiteYouTube
id="VGlkSBkMVCQ"
title="Playwright 1.48"
/>
### WebSocket routing
New methods [`method: Page.routeWebSocket`] and [`method: BrowserContext.routeWebSocket`] allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a `"request"` with a `"response"`.