During a BotCity Web Automation session, can I intercept and fulfill HTTP requests in the Browser, similarly to what Fetch.requestPaused and Fetch.continueRequest do?
I want to be able to manipulate the request before it flies to the destination, and in some cases, fulfill it with my own response.