-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
def loadingFinished(**kwargs):
print('req is ',kwargs.get('requestId'),kwargs)
_response = tab.Network.getResponseBody(requestId=kwargs.get('requestId'))
_response_content = _response.get('body')
print(_response_content[:100])
tab.set_listener('Network.loadingFinished',loadingFinished)```
pychrome.exceptions.CallMethodException: calling method: Network.getResponseBody error: No resource with given identifier found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels