mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
cfcf6a8899
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
39 lines
751 B
JSON
39 lines
751 B
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "888113",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1268",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox-stable",
|
|
"revision": "1259",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1492",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1445"
|
|
}
|
|
},
|
|
{
|
|
"name": "webkit-technology-preview",
|
|
"revision": "1443",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1005",
|
|
"installByDefault": true
|
|
}
|
|
]
|
|
}
|