Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
366
const
installBrowser =
async
() => {
367
await
installBrowsers(projectDir);
368
};
369
370
const
create =
async
() => {
371
const
validNameRegex = /^[a-zA-Z0-9-_]+$/gi;
Callers
1
browserless.js
File · 0.85
Calls
1
installBrowsers
Function · 0.85
Tested by
no test coverage detected