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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/
43
43
-**Per-Session Videos**: Each browser session (including sessions created by `browser.reloadSession()`) produces its own recording, selectable from a dropdown in the UI
44
44
-**Smart Trimming**: Leading blank frames before the first URL navigation are automatically removed so videos start at the first meaningful page action
45
45
46
+
> **Note:** Screencast recording is currently supported for **WebdriverIO only**. Nightwatch.js support is planned for a future release.
47
+
>
48
+
46
49
> For setup, configuration options, and prerequisites see the **[service README](./packages/service/README.md#screencast-recording)**.
47
50
48
51
### 🔍︎ TestLens
@@ -79,7 +82,6 @@ Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/
Records browser sessions as `.webm` videos using the Chrome DevTools Protocol. Videos are displayed in the DevTools UI alongside the snapshot and DOM mutation views.
53
+
Records browser sessions as `.webm` videos. Videos are displayed in the DevTools UI alongside the snapshot and DOM mutation views.
54
+
55
+
> **Note:** Screencast recording is currently supported for **WebdriverIO only**. Nightwatch.js support is planned for a future release.
0 commit comments