MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / installRecordingUrlBar

Function installRecordingUrlBar

e2e/src/recording-url-bar.ts:105–108  ·  view source on GitHub ↗
(context: BrowserContext)

Source from the content-addressed store, hash-verified

103 * (E2E_DESK), where the browser is headed and already shows real chrome.
104 */
105export const installRecordingUrlBar = async (context: BrowserContext): Promise<void> => {
106 if (process.env.E2E_DESK === "1") return;
107 await context.addInitScript(injectUrlBar);
108};

Callers 1

makeBrowserSurfaceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected