MCPcopy
hub / github.com/codeceptjs/CodeceptJS / createRemoteBrowser

Function createRemoteBrowser

test/helper/Puppeteer_test.js:1063–1069  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1061
1062let remoteBrowser
1063async function createRemoteBrowser() {
1064 remoteBrowser = await puppeteer.launch({
1065 args: ['--no-sandbox', '--disable-setuid-sandbox'],
1066 headless: true,
1067 })
1068 return remoteBrowser
1069}
1070
1071const helperConfig = {
1072 chrome: {

Callers 1

Puppeteer_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected