This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-18 16:51:50 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
409aeaa443
playwright
/
browser_patches
/
deprecated-webkit-mac-10.14
/
BUILD_NUMBER
3 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore: make WebKit @ MacOS 10.14 error more prominent (#6943) The new message is much more prominent in the logs: ``` aslushnikov:~/prog/playwright(make-deprecation-error-more-prominent)$ node a.js 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=5120 [pid=5120][out] **************************************************************** [pid=5120][out] **************************************************************** [pid=5120][out] [pid=5120][out] ERROR: MacOS version is too old! [pid=5120][out] [pid=5120][out] This version of Playwright does not support running [pid=5120][out] WebKit on MacOS 10.14. Please either: [pid=5120][out] - update your operating system to version 10.15 or higher [pid=5120][out] - use Playwright v1.11 or older [pid=5120][out] [pid=5120][out] **************************************************************** [pid=5120][out] **************************************************************** [pid=5120] <process did exit: exitCode=1, signal=null> [pid=5120] starting temporary directories cleanup ```
2021-06-08 00:23:06 +03:00
1446
Changed: lushnikov@chromium.org Mon Jun 7 14:01:01 PDT 2021
Reference in New Issue
Copy Permalink