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
I have checked the documentation to confirm this feature doesn't already exist.
Problem Statement
Hiii
I've gone through the documentation but couldn't find a solution, so I'm reaching out here to ask.
Is there currently any support for aborting or canceling requests for images, stylesheets, media files, or fonts? Additionally, is there a way to wait specifically for a certain API response?
Please let me know if there’s anything related to this that I might have missed.
Checklist before requesting
Problem Statement
Hiii
I've gone through the documentation but couldn't find a solution, so I'm reaching out here to ask.
Is there currently any support for aborting or canceling requests for images, stylesheets, media files, or fonts? Additionally, is there a way to wait specifically for a certain API response?
Please let me know if there’s anything related to this that I might have missed.
Thanks!
Proposed Solution
async def on_request(page, event):
request_id = event['params']['requestId']
like playwright provides method to do that
The text was updated successfully, but these errors were encountered: