-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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] exposeBinding does not work with content scripts in Chromium #12017
Comments
+1 Have been waiting for a fix on this as well |
We're experiencing this too when we try to change from launching our tests & playwright with: |
Why was this issue closed?Thank you for your contribution to our project. This issue has been closed due to its limited upvotes and recent activity, and insufficient feedback for us to effectively act upon. Our priority is to focus on bugs that reflect higher user engagement and have actionable feedback, to ensure our bug database stays manageable. Should you feel this closure was in error, please create a new issue and reference this one. We're open to revisiting it given increased support or additional clarity. Your understanding and cooperation are greatly appreciated. |
+1 for reopening. |
Context:
Code Snippet
Having the extension content-script context code call exposed functions doesn't work
Describe the bug
Calling exposed functions from an extension context doesn't work as expected.
It either throws
Uncaught Error: Invalid arguments: should be exactly one string.
or crashes playwright by throwing
The text was updated successfully, but these errors were encountered: