Skip to content

Commit

Permalink
Disable GFX sanity window for Firefox (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Mar 15, 2024
1 parent 1361f65 commit b83563a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/PuppeteerSharp/FirefoxLauncher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ private static void CreateProfile(TempDirectory tempUserDataDirectory)
// Disable download and usage of OpenH264: and Widevine plugins
["media.gmp-manager.updateEnabled"] = false,

// Disable the GFX sanity window
["media.sanity-test.disabled"] = true,

// Prevent various error message on the console
// jest-puppeteer asserts that no error message is emitted by the console
["network.cookie.cookieBehavior"] = 0,
Expand Down

0 comments on commit b83563a

Please sign in to comment.