Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 Playwright@v1.11 [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 Playwright@v1.11 [pid=57578] <process did exit: exitCode=1, signal=null> [pid=57578] starting temporary directories cleanup ============================================================ ``` References #6879
- Loading branch information