playwright-core 1.55.0-alpha-2025-07-25 → 1.55.0-alpha-2025-07-27

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/browsers.json CHANGED
@@ -15,15 +15,15 @@
15
15
  },
16
16
  {
17
17
  "name": "chromium-tip-of-tree",
18
- "revision": "1351",
18
+ "revision": "1353",
19
19
  "installByDefault": false,
20
- "browserVersion": "140.0.7311.0"
20
+ "browserVersion": "140.0.7315.0"
21
21
  },
22
22
  {
23
23
  "name": "chromium-tip-of-tree-headless-shell",
24
- "revision": "1351",
24
+ "revision": "1353",
25
25
  "installByDefault": false,
26
- "browserVersion": "140.0.7311.0"
26
+ "browserVersion": "140.0.7315.0"
27
27
  },
28
28
  {
29
29
  "name": "firefox",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  {
41
41
  "name": "webkit",
42
- "revision": "2196",
42
+ "revision": "2198",
43
43
  "installByDefault": true,
44
44
  "revisionOverrides": {
45
45
  "debian11-x64": "2105",
@@ -29,9 +29,6 @@ const disabledFeatures = (assistantMode) => [
29
29
  "DestroyProfileOnBrowserClose",
30
30
  // See https://github.com/microsoft/playwright/pull/13854
31
31
  "DialMediaRouteProvider",
32
- // Chromium is disabling manifest version 2. Allow testing it as long as Chromium can actually run it.
33
- // Disabled in https://chromium-review.googlesource.com/c/chromium/src/+/6265903.
34
- "ExtensionManifestV2Disabled",
35
32
  "GlobalMediaControls",
36
33
  // See https://github.com/microsoft/playwright/pull/27605
37
34
  "HttpsUpgrades",
@@ -45,8 +42,6 @@ const disabledFeatures = (assistantMode) => [
45
42
  "ThirdPartyStoragePartitioning",
46
43
  // See https://github.com/microsoft/playwright/issues/16126
47
44
  "Translate",
48
- // https://chromium-review.googlesource.com/c/chromium/src/+/6711453
49
- "ExtensionManifestV2Unsupported",
50
45
  assistantMode ? "AutomationControlled" : ""
51
46
  ].filter(Boolean);
52
47
  const chromiumSwitches = (assistantMode, channel) => [
@@ -592,7 +592,7 @@ ${(0, import_ascii.wrapInASCIIBox)(prettyMessage, 1)}`);
592
592
  "win32": `\\Google\\Chrome Dev\\Application\\chrome.exe`
593
593
  }));
594
594
  this._executables.push(this._createChromiumChannel("chrome-canary", {
595
- "linux": "",
595
+ "linux": "/opt/google/chrome-canary/chrome",
596
596
  "darwin": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
597
597
  "win32": `\\Google\\Chrome SxS\\Application\\chrome.exe`
598
598
  }));
@@ -649,7 +649,7 @@ ${(0, import_ascii.wrapInASCIIBox)(prettyMessage, 1)}`);
649
649
  "win32": `\\Google\\Chrome\\Application\\chrome.exe`
650
650
  }));
651
651
  this._executables.push(this._createBidiChromiumChannel("bidi-chrome-canary", {
652
- "linux": "",
652
+ "linux": "/opt/google/chrome-canary/chrome",
653
653
  "darwin": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
654
654
  "win32": `\\Google\\Chrome SxS\\Application\\chrome.exe`
655
655
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright-core",
3
- "version": "1.55.0-alpha-2025-07-25",
3
+ "version": "1.55.0-alpha-2025-07-27",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",