mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
adapt to exception message from newer versions of chromium (e.g. 57.0.2981.0)
This commit is contained in:
parent
011d814ee2
commit
77c4dc1116
@ -553,6 +553,7 @@ class Browser:
|
||||
timeout=5)
|
||||
msg = self.websock_thread.pop_result(msg_id)
|
||||
if (msg and 'result' in msg
|
||||
and not ('exceptionDetails' in msg['result'])
|
||||
and not ('wasThrown' in msg['result']
|
||||
and msg['result']['wasThrown'])
|
||||
and 'result' in msg['result']
|
||||
|
Loading…
x
Reference in New Issue
Block a user