@skrillex1224/playwright-toolkit 2.1.180 → 2.1.181

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2573,8 +2573,6 @@ var buildReplayBrowserPoolOptions = (browserProfileCore) => {
2573
2573
  await fingerprintInjector.attachFingerprintToPlaywright(context, fingerprintWithHeaders);
2574
2574
  injectedContexts.add(context);
2575
2575
  }
2576
- await page.emulateMedia({ colorScheme: "dark" }).catch(() => {
2577
- });
2578
2576
  }
2579
2577
  ]
2580
2578
  };