Update utils.ts
This commit is contained in:
@@ -6,7 +6,7 @@ import { fileURLToPath } from 'node:url'
|
|||||||
// Playwriter extension IDs - used for validation and Chrome flag commands
|
// Playwriter extension IDs - used for validation and Chrome flag commands
|
||||||
export const EXTENSION_IDS = [
|
export const EXTENSION_IDS = [
|
||||||
'jfeammnjpkecdekppnclgkkffahnhfhe', // Production (Chrome Web Store)
|
'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 } = {}) {
|
export function getCdpUrl({ port = 19988, host = '127.0.0.1', token }: { port?: number; host?: string; token?: string } = {}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user