Skip to content

Commit 015feb9

Browse files
dimavrem22rayruizhiliao
authored andcommitted
Update README to include incognito option
Added incognito flag to browser_monitor.py script usage.
1 parent 6be335a commit 015feb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ python scripts/browser_monitor.py \
246246
--host 127.0.0.1 \
247247
--port 9222 \
248248
--output-dir ./cdp_captures \
249-
--url about:blank
249+
--url about:blank \
250+
--incognito
250251
```
251252

252253
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` when done; the script will consolidate transactions and produce a HAR automatically.

0 commit comments

Comments
 (0)