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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -625,6 +625,9 @@ In these cases, start Chrome first and let the Chrome DevTools MCP server connec
625
625
-**Automatic connection (available in Chrome 144)**: best for sharing state between manual and agent-driven testing.
626
626
-**Manual connection via remote debugging port**: best when running inside a sandboxed environment.
627
627
628
+
> [!NOTE]
629
+
> To include extension pages and extension service workers while connecting to an existing Chrome instance, add `--category-extensions`. This applies to `--autoConnect`, `--browserUrl`, and `--wsEndpoint`.
630
+
628
631
#### Automatically connecting to a running Chrome instance
0 commit comments