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
Describe the bug
run mock api will require page interception in chrome.
await page.setRequestInterception(True)
This will cause all download resource freeze if page still loading the resource
Describe the bug
run mock api will require page interception in chrome.
await page.setRequestInterception(True)
This will cause all download resource freeze if page still loading the resource
To Reproduce
Steps to reproduce the behavior:
Expected behavior
mock should not freeze any download
The text was updated successfully, but these errors were encountered: