| 147 | } |
| 148 | |
| 149 | export class BrowserManager { |
| 150 | private browser: Browser | null = null; |
| 151 | private context: BrowserContext | null = null; |
| 152 | // Proxy config applied to chromium.launch() when set (D8). Set by server.ts |
nothing calls this directly
no outgoing calls
no test coverage detected