-1
Hello. I wonder if there is how to get information from the proxy that is available by default in Google Chrome (the developer tools) to the point that I can use it in real time in Python without using Selenium Webdriver, for example.
Ex.: I make a request to google.com, my proxy receives HTTP200 and automatically my program receives the information I was able to connect to the site and printa on the terminal screen.