Intercepting and fulfilling HTTP requests

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.

Hi @davibt! Welcome to the community!
You can try to use selenium-wire ยท PyPI to intercept and modify the requests directly with pure Selenium.

I will look into using Selenium Wire with the BotCity Framework Web and get back to you later on the topic.

Hey @hhslepicka do you have any working examples or some guidance that I can explore to have that work with BotCity specifically?