Python: AttributeError: 'Response' object has no attribute 'read' Python: AttributeError: 'Response' object has no attribute 'read' selenium selenium

Python: AttributeError: 'Response' object has no attribute 'read'


You want to use res.text instead. The read() attribute doesn't exist in the Response object.