You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
Are all features of Playwright supported? No. Playwright's API is pretty big and some of the functionality only makes sense if they're implemented as async operations: event listening, request interception, waiting for events, etc. As grafana/k6#882 yet, the xk6-browser API is synchronous right now and thus lacks some of the functionality that requires asynchronicity.
The text was updated successfully, but these errors were encountered:
I did the minor changes in #295, but for updating the API docs we have grafana/k6-docs#582. So unless there's something else missing from the README, we can close this with #295.
The current README explains that k6 doesn't have event-loop support.
Browser.on
support.For example:
The text was updated successfully, but these errors were encountered: