From cfcf6a889922a49f7a66d1cd4c38f1343fc22962 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 3 Jun 2021 19:45:17 -0700 Subject: [PATCH] feat: use WebKit stub on MacOS 10.14 (#6892) This will yield the following error when installing new playwright and launching WebbKit on MacOS 10.14 ``` node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ browserType.launch: Protocol error (Playwright.enable): Browser closed. ==================== Browser output: ==================== /Users/aslushnikov/prog/playwright/browser_patches/deprecated-webkit-mac-10.14/pw_run.sh --inspector-pipe --headless --no-startup-window pid=57578 [pid=57578][out] ERROR: this version of Playwright does not support running WebKit on MacOS 10.14. Please either update MacOS to 10.15+ or use Playwright@v1.11 [pid=57578] [pid=57578] starting temporary directories cleanup =========================== logs =========================== /Users/aslushnikov/prog/playwright/browser_patches/deprecated-webkit-mac-10.14/pw_run.sh --inspector-pipe --headless --no-startup-window pid=57578 [pid=57578][out] ERROR: this version of Playwright does not support running WebKit on MacOS 10.14. Please either update MacOS to 10.15+ or use Playwright@v1.11 [pid=57578] [pid=57578] starting temporary directories cleanup ============================================================ ``` References #6879 --- browsers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers.json b/browsers.json index ffffa19b37..1585108d0f 100644 --- a/browsers.json +++ b/browsers.json @@ -21,7 +21,7 @@ "revision": "1492", "installByDefault": true, "revisionOverrides": { - "mac10.14": "1444" + "mac10.14": "1445" } }, {