I want to make a google search or enter some data on a website and then do the same with Python.
Basically doing an action on my browser and then doing it again with the same request data with python.
I had the idea of using an https traffic recorder
(browser extension) but it's just too painful to just copy all the headers and etc.
I could use selenium but it's just way too slow and it's not too easy to also manipulate data that are being sent.