Update utils.ts

This commit is contained in:
Tommy D. Rossi
2026-01-25 17:26:48 +01:00
parent 54d3f02a5b
commit 98c62eab60
+1 -1
View File
@@ -6,7 +6,7 @@ import { fileURLToPath } from 'node:url'
// Playwriter extension IDs - used for validation and Chrome flag commands
export const EXTENSION_IDS = [
'jfeammnjpkecdekppnclgkkffahnhfhe', // Production (Chrome Web Store)
'elnnakgjclnapgflmidlpobefkdmapdm', // Dev (loaded unpacked)
'pebbngnfojnignonigcnkdilknapkgid', // Dev extension (stable ID from manifest key)
]
export function getCdpUrl({ port = 19988, host = '127.0.0.1', token }: { port?: number; host?: string; token?: string } = {}) {