Skip to content

Deprecation warnings on Python 3.14 #4037

@mdmintz

Description

@mdmintz

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 fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions