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
CDP supports a boolean flag on network.Response called fromServiceWorker, which indicates if the request was handled by a service worker.
There are tests for this in both puppeteer and playwright test suites, so it might be worth adding to WebDriver BiDi?
I don't think the current initiatorType and destination can be used to workaround this. There is a "serviceworker" destination in the spec, but it's only used when loading a worker script to be used as a service worker.
The text was updated successfully, but these errors were encountered:
CDP supports a boolean flag on network.Response called fromServiceWorker, which indicates if the request was handled by a service worker.
There are tests for this in both puppeteer and playwright test suites, so it might be worth adding to WebDriver BiDi?
I don't think the current
initiatorType
anddestination
can be used to workaround this. There is a "serviceworker" destination in the spec, but it's only used when loading a worker script to be used as a service worker.The text was updated successfully, but these errors were encountered: