Update docs/src/release-notes-csharp.md

Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-03-05 22:32:38 +01:00 committed by GitHub
parent b95b2d2229
commit 10d46996fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -973,7 +973,7 @@ Its now possible to emulate the `forced-colors` CSS media feature by passing it
### New APIs
- [`method: Page.route`] accepts new `times` option to specify how many times this route should be matched.
- [Page.SetCheckedAsync(selector: string, checked: Boolean)](./api/class-page#page-set-checked) and [Locator.SetCheckedAsync(selector: string, checked: Boolean)](./api/class-locator#locator-set-checked) was introduced to set the checked state of a checkbox.
- [`method: Page.setChecked`] and [`method: Locator.setChecked`] were introduced to set the checked state of a checkbox.
- [`method: Request.sizes`] Returns resource size information for given http request.
- [`method: Tracing.startChunk`] - Start a new trace chunk.
- [`method: Tracing.stopChunk`] - Stops a new trace chunk.