-
AttributeError: 'WebDriver' object has no attribute 'add_cdp_listener' |
Beta Was this translation helpful? Give feedback.
Answered by
jdholtz
Nov 11, 2023
Replies: 1 comment
-
See #180. The fix is on the develop branch. Just run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jdholtz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #180. The fix is on the develop branch. Just run
git pull && git checkout develop && pip install -r requirements.txt
.