Skip to content

Commit cfcf6a8

Browse files
authored
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: ==================== <launching> /Users/aslushnikov/prog/playwright/browser_patches/deprecated-webkit-mac-10.14/pw_run.sh --inspector-pipe --headless --no-startup-window <launched> 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 [email protected] [pid=57578] <process did exit: exitCode=1, signal=null> [pid=57578] starting temporary directories cleanup =========================== logs =========================== <launching> /Users/aslushnikov/prog/playwright/browser_patches/deprecated-webkit-mac-10.14/pw_run.sh --inspector-pipe --headless --no-startup-window <launched> 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 [email protected] [pid=57578] <process did exit: exitCode=1, signal=null> [pid=57578] starting temporary directories cleanup ============================================================ ``` References #6879
1 parent 657aa04 commit cfcf6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"revision": "1492",
2222
"installByDefault": true,
2323
"revisionOverrides": {
24-
"mac10.14": "1444"
24+
"mac10.14": "1445"
2525
}
2626
},
2727
{

0 commit comments

Comments
 (0)