We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context:
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
The text was updated successfully, but these errors were encountered:
cherrypick(release-1.4): throw unexpected platform error upon call
0439847
Cherry-pick: - PR microsoft#3943 SHA 0090cd943c8c724cb0fe8b02f4fd7f7e7ba837bd References microsoft#3919 and microsoft#3935
cherrypick(release-1.4): throw unexpected platform error upon call (#…
b05c098
…3946) Cherry-pick: - PR #3943 SHA 0090cd943c8c724cb0fe8b02f4fd7f7e7ba837bd References #3919 and #3935 Co-authored-by: Pavel Feldman <[email protected]>
Successfully merging a pull request may close this issue.
Context:
Code Snippet
Describe the bug
Webkit is not support for MacOS 10.13, however even just importing chromium fails with this error:
Add any other details about the problem here.
Seems to be the same problem as this
The text was updated successfully, but these errors were encountered: