-
I found one issue. The cdp listener is not working in multi-thread environment. I put the webdriver instance in message_lisnener() and run it with threading, but it turned out that the callback func of the listener is not called at all.
I put a print() function here but there's nothing printed.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Upgrade to |
Beta Was this translation helpful? Give feedback.
Upgrade to
4.20.8
. See the new options: #2220