Skip to content

Commit b329e72

Browse files
committed
more
1 parent fbc321f commit b329e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/release-notes-js.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ You can also use it to wait for readiness of a service that doesn't expose an HT
7474
- New property [`property: TestConfig.tag`] that's useful for differentiating between CI environments.
7575
- [`event: Worker.console`] event is emitted when JavaScript within the worker calls one of console API methods, e.g. console.log or console.dir. [`method: Worker.waitForEvent`] can be used to wait for it.
7676
- [`method: Locator.description`] returns locator description previously set with [`method: Locator.describe`], and `Locator.toString()` now uses the description when available.
77-
- serviceWorker.on('console')
77+
- New option [`option: Locator.click.steps`] in [`method: Locator.click`] and [`method: Locator.dragTo`] that configures the number of `mousemove` events emitted while moving the mouse pointer to the clicked element.
78+
- [Service Worker network events](./service-workers.md#network-events-and-routing) are now reported to [`class: BrowserContext`] objects and routes.
7879
7980
### Browser Versions
8081

0 commit comments

Comments
 (0)