Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] MacOS 10.13 Webkit error #3919

Closed
maxwell8888 opened this issue Sep 18, 2020 · 0 comments · Fixed by #3943
Closed

[BUG] MacOS 10.13 Webkit error #3919

maxwell8888 opened this issue Sep 18, 2020 · 0 comments · Fixed by #3943

Comments

@maxwell8888
Copy link

maxwell8888 commented Sep 18, 2020

Context:

  • Playwright Version: 1.4.0
  • Operating System: MacOS 10.13
  • Node.js version: Tried with 10 and 14
  • Browser: Chromium
  • Extra:

Code Snippet

const {chromium} = require('playwright');

(async () => {
  const browser = await chromium.launch();
  // ...
})();

Describe the bug
Webkit is not support for MacOS 10.13, however even just importing chromium fails with this error:

Uncaught Error: Browser is not supported on current platform
    at WebKit.executablePath

Add any other details about the problem here.
Seems to be the same problem as this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant