w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

Add the ability to set the cache mode when intercepting requests #724

Open jgraham opened 1 month ago

jgraham commented 1 month ago

https://github.com/w3c/webdriver-bidi/pull/721 adds a command to override the cache mode for all requests in a specific browsing context. But it could also be useful to override it for specific requests that are intercepted in the beforeRequestSent phase.

whimboo commented 3 weeks ago

@jgraham I think that we can close this issue as dupe of #582?

jgraham commented 3 weeks ago

This is the issue you suggested I file for followup work related specifically to overrides in beforeRequestSent :)

whimboo commented 3 weeks ago

Sorry, I misread. Should we actually discuss that next week?