We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038fbd7 commit 59a810dCopy full SHA for 59a810d
test/browser.js
@@ -13,6 +13,8 @@ export const makeBrowser = async (headless = false, windowSize = "1200,900") =>
13
`--load-extension=${root}`,
14
`--window-size=${windowSize}`,
15
"--user-agent=PuppeteerAgent",
16
+ "--no-sandbox",
17
+ "--disable-setuid-sandbox",
18
"--disable-web-security", // Allow clipboard access
19
],
20
});
0 commit comments