|
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.
|
Answered by
mdmintz
Oct 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade to
4.20.8. See the new options: #2220