Skip to content

Commit ec3fd28

Browse files
committed
update readme
1 parent 927ec4a commit ec3fd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Use the CDP browser monitor to block trackers and capture network, storage, and
270270
python scripts/browser_monitor.py --host 127.0.0.1 --port 9222 --output-dir ./cdp_captures --url about:blank --incognito
271271
```
272272

273-
The script will open a new tab (starting at `about:blank`). Navigate to your target website, then manually perform the actions you want to automate (e.g., search, login, export report). Keep Chrome focused during this process. Press `Ctrl+C` or simply close the Chrome window when done; the script will consolidate transactions and produce a HAR automatically.
273+
The script will open a new tab (starting at `about:blank`). Navigate to your target website, then manually perform the actions you want to automate (e.g., search, login, export report). Keep Chrome focused during this process. Press `Ctrl+C` and the script will consolidate transactions and produce a HAR automatically.
274274

275275
**Output structure** (under `--output-dir`, default `./cdp_captures`):
276276

0 commit comments

Comments
 (0)