mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
Merge branch 'master' into qa
* master: adapt to exception message from newer versions of chromium (e.g. 57.0.2981.0)
This commit is contained in:
commit
58bac8fc83
@ -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