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
Page.on('request') captures network requests from a tab but not from a Shared Worker. This is unexpected. It would greatly enhance our troubleshooting of test failures if we could capture the requests from a shared worker. Tested in Chrome and Firefox.
Version
1.48.2
Steps to reproduce
Page.on('request') captures network requests from a tab but not from a Shared Worker. This is unexpected. It would greatly enhance our troubleshooting of test failures if we could capture the requests from a shared worker. Tested in Chrome and Firefox.
Sample code:
Expected behavior
I expect all network traffic in Chromium to be captured by the page's 'request' event.
Actual behavior
Only network requests from the tab are captured.
Additional context
No response
Environment
System: OS: macOS 15.1 CPU: (10) arm64 Apple M1 Pro Memory: 99.83 MB / 32.00 GB Binaries: Node: 18.18.0 - /opt/homebrew/opt/node@18/bin/node npm: 9.8.1 - /opt/homebrew/opt/node@18/bin/npm Languages: Bash: 3.2.57 - /bin/bash npmPackages: @playwright/test: ^1.48.2 => 1.48.2
The text was updated successfully, but these errors were encountered: