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 1361f65 commit b83563aCopy full SHA for b83563a
lib/PuppeteerSharp/FirefoxLauncher.cs
@@ -281,6 +281,9 @@ private static void CreateProfile(TempDirectory tempUserDataDirectory)
281
// Disable download and usage of OpenH264: and Widevine plugins
282
["media.gmp-manager.updateEnabled"] = false,
283
284
+ // Disable the GFX sanity window
285
+ ["media.sanity-test.disabled"] = true,
286
+
287
// Prevent various error message on the console
288
// jest-puppeteer asserts that no error message is emitted by the console
289
["network.cookie.cookieBehavior"] = 0,
0 commit comments