w3c / webdriver-bidi

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

Move update-the-response algorithm to Network Intercepts section #630

Closed juliandescottes closed 6 months ago

juliandescottes commented 6 months ago

Move the algorithm to update the response in the Network Intercepts section, instead of defining it in the ContinueResponse command.

Fixes #616


Preview | Diff

juliandescottes commented 6 months ago

Feels easier to me to have this defined outside of a command but feel free to close if that's not the way to do it.