playwright-core 1.55.0-alpha-2025-07-10 → 1.55.0-alpha-2025-07-11

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.
@@ -110,9 +110,7 @@ class BidiChromium extends import_browserType.BrowserType {
110
110
  throw new Error("Arguments can not specify page to be opened");
111
111
  const chromeArguments = [...(0, import_chromiumSwitches.chromiumSwitches)(options.assistantMode)];
112
112
  if (import_os.default.platform() === "darwin") {
113
- chromeArguments.push("--enable-use-zoom-for-dsf=false");
114
- if (options.headless)
115
- chromeArguments.push("--use-angle");
113
+ chromeArguments.push("--enable-unsafe-swiftshader");
116
114
  }
117
115
  if (options.devtools)
118
116
  chromeArguments.push("--auto-open-devtools-for-tabs");
@@ -268,7 +268,6 @@ class Chromium extends import_browserType.BrowserType {
268
268
  throw new Error("Arguments can not specify page to be opened");
269
269
  const chromeArguments = [...(0, import_chromiumSwitches.chromiumSwitches)(options.assistantMode, options.channel)];
270
270
  if (import_os.default.platform() === "darwin") {
271
- chromeArguments.push("--enable-use-zoom-for-dsf=false");
272
271
  chromeArguments.push("--enable-unsafe-swiftshader");
273
272
  }
274
273
  if (options.devtools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright-core",
3
- "version": "1.55.0-alpha-2025-07-10",
3
+ "version": "1.55.0-alpha-2025-07-11",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",