MCPcopy
hub / github.com/browserless/browserless / installBrowser

Function installBrowser

bin/browserless.js:366–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364};
365
366const installBrowser = async () => {
367 await installBrowsers(projectDir);
368};
369
370const create = async () => {
371 const validNameRegex = /^[a-zA-Z0-9-_]+$/gi;

Callers 1

browserless.jsFile · 0.85

Calls 1

installBrowsersFunction · 0.85

Tested by

no test coverage detected