From 694ab5821e7cce27c97a9dfab95b668f7f1b1533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 4 Nov 2024 15:13:00 +0100 Subject: [PATCH] Avoid message [GroupMarkerNotSet(crbug.com/242999)!:A06CA90F1C0C0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content. --- buildtools/check-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtools/check-example.js b/buildtools/check-example.js index 99caf6f6c98..75c1b7b6526 100644 --- a/buildtools/check-example.js +++ b/buildtools/check-example.js @@ -115,7 +115,7 @@ function loaded(page, browser) { } (async () => { const browser = await puppeteer.launch({ - args: ['--no-sandbox', '--disable-web-security', '--single-process'], + args: ['--no-sandbox', '--disable-web-security', '--single-process', '--enable-unsafe-swiftshader'], headless: true, // Don't store the user data userDataDir: '/dev/null',