Between all versions out I seem to not understand something. I'm running selenium version 4.0.0
I have tried to run:
options.set_capability("goog:loggingPrefs", {'performance': 'ALL'})
with the following result:
Message: invalid argument: log type 'performance' not found (Session info: chrome=104.0.5112.81)
My objective: Log the sent requests and it's responses in PYTHON for selenium i have only found JAVA examples, please help