playwright-core 1.56.0-beta-1759754009000 → 1.56.0-beta-1759755104000

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.
@@ -44,6 +44,8 @@ const disabledFeatures = (assistantMode) => [
44
44
  "Translate",
45
45
  // See https://issues.chromium.org/u/1/issues/435410220
46
46
  "AutoDeElevate",
47
+ // See https://github.com/microsoft/playwright/issues/37714
48
+ "RenderDocument",
47
49
  assistantMode ? "AutomationControlled" : ""
48
50
  ].filter(Boolean);
49
51
  const chromiumSwitches = (assistantMode, channel) => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright-core",
3
- "version": "1.56.0-beta-1759754009000",
3
+ "version": "1.56.0-beta-1759755104000",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",