feat: add --auto-connect flag to discover and connect to running Chrome (#432)

This commit is contained in:
Chris Tate
2026-02-12 18:37:37 -06:00
committed by GitHub
parent 9c20979bfe
commit 9a01e8b3b5
12 changed files with 283 additions and 5 deletions
+1
View File
@@ -31,6 +31,7 @@ const launchSchema = baseCommandSchema.extend({
{ message: 'CDP URL must start with ws://, wss://, http://, or https://' }
)
.optional(),
autoConnect: z.boolean().optional(),
executablePath: z.string().optional(),
extensions: z.array(z.string()).optional(),
headers: z.record(z.string()).optional(),