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:
parent
b95b2d2229
commit
10d46996fe
|
|
@ -973,7 +973,7 @@ Its now possible to emulate the `forced-colors` CSS media feature by passing it
|
||||||
### New APIs
|
### New APIs
|
||||||
|
|
||||||
- [`method: Page.route`] accepts new `times` option to specify how many times this route should be matched.
|
- [`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: Request.sizes`] Returns resource size information for given http request.
|
||||||
- [`method: Tracing.startChunk`] - Start a new trace chunk.
|
- [`method: Tracing.startChunk`] - Start a new trace chunk.
|
||||||
- [`method: Tracing.stopChunk`] - Stops a new trace chunk.
|
- [`method: Tracing.stopChunk`] - Stops a new trace chunk.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue