Reading the response of requests from a website after every action
02:50 03 Jul 2026

I am trying to automate the testing of features in a website (since they are a lot) and for that I need to be able to read the response after each action, to see if it works. I searched for options and there seems to be a lot of ways, some don't work anymore , and some are very complicated. Since a lot of the post that I found are quite old , I am hoping for some directions on how I can accomplish this task. Currently I am using python and selenium to jump from page to page and click and input information and after each action, I am reading the logs. But I can't find the information that I need there.

python-3.x selenium-webdriver