You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/release-notes-js.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,8 @@ You can also use it to wait for readiness of a service that doesn't expose an HT
74
74
- New property [`property: TestConfig.tag`] that's useful for differentiating between CI environments.
75
75
- [`event: Worker.console`] event is emitted when JavaScript within the worker calls one ofconsoleAPI methods, e.g. console.log or console.dir. [`method: Worker.waitForEvent`] can be used to wait for it.
76
76
- [`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.
0 commit comments