Skip to content

Commit c0963bf

Browse files
committed
Readme update
1 parent 16dc231 commit c0963bf

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/
4343
- **Per-Session Videos**: Each browser session (including sessions created by `browser.reloadSession()`) produces its own recording, selectable from a dropdown in the UI
4444
- **Smart Trimming**: Leading blank frames before the first URL navigation are automatically removed so videos start at the first meaningful page action
4545

46+
> **Note:** Screencast recording is currently supported for **WebdriverIO only**. Nightwatch.js support is planned for a future release.
47+
>
48+
4649
> For setup, configuration options, and prerequisites see the **[service README](./packages/service/README.md#screencast-recording)**.
4750
4851
### 🔍︎ TestLens
@@ -79,7 +82,6 @@ Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/
7982
### 🎬 Session Screencast
8083
<img src="https://github.com/user-attachments/assets/65914424-480f-4b50-b54a-69e659710f15" alt="Screencast" width="400" />
8184

82-
8385
## Installation
8486

8587
**WebdriverIO:**

example/wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const config: Options.Testrunner = {
6363
capabilities: [
6464
{
6565
browserName: 'chrome',
66-
browserVersion: '147.0.7727.56', // specify chromium browser version for testing
66+
// browserVersion: '147.0.7727.56', // specify chromium browser version for testing
6767
'goog:chromeOptions': {
6868
args: [
6969
'--headless',

packages/service/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ services: [['devtools', options]]
5050

5151
## Screencast Recording
5252

53-
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.
5456
5557
### Setup
5658

0 commit comments

Comments
 (0)