I want to test if the webpage is making a HTTP POST request after fill and submit the form with Selenium webdriver. I can see it with Fiddler but is it possible to capture it from my main script?
P.S. There are some simular questions here, but they are 8 years old. Perhaps something has changed over the years.