-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases #88
Comments
downgrading to |
I'm also encountering this issue. downgrading selenium works for me too.
|
selenium 4.0.0 was released yesterday and has changed |
Thanks for tracking down the breaking change. I'll see if I can update the code to play nice in selenium 3.x and 4.x For now, I've set |
Whats the status on fixing this. Older versions of selenium seem to be incompatible with modern versions of URLLIB3 (urllib3 changed something to do with socket timeouts) |
Hi @shayneoneill I don't think I have a great answer for this right now. I'm not currently actively developing this project. I may find some time to take a closer look, but I can't make any promises right now. I would be willing to review and accept pull requests for a fix, however, if someone else wants to take a stab at it. |
Broken with selenium 4.0.0.
Reproduced with python 3.8.10 and 3.9.5
Reproducable by running package tests:
The text was updated successfully, but these errors were encountered: