MCPcopy
hub / github.com/ThatGuySam/doesitarm / launchBrowser

Function launchBrowser

test/playwright/support/astro-browser-test.ts:171–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171export async function launchBrowser (): Promise<Browser> {
172 return chromium.launch({
173 executablePath: getBrowserExecutablePath(),
174 headless: true
175 })
176}

Calls 1

getBrowserExecutablePathFunction · 0.85

Tested by

no test coverage detected