-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
bugUh oh... Something needs to be fixedUh oh... Something needs to be fixed
Description
Deprecation warnings on Python 3.14
After running the pytest test suite for SeleniumBase in a Python 3.14 virtual environment, there are multiple deprecation warnings appearing, mainly for using codecs.open() instead of open().
Eg: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
Deprecated methods should be replaced with their non-deprecated counterparts.
Metadata
Metadata
Assignees
Labels
bugUh oh... Something needs to be fixedUh oh... Something needs to be fixed