Skip to content

Deprecated dependencies  #47

@ruzv

Description

@ruzv

py-test-ui uses selenium, selenium uses urllib3, urllib3 will depricate some methods that selenium uses in v2.1.0

selenium/webdriver/remote/remote_connection.py:464: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default)

solution: update selenium. v4.8.1 (currently the latest) has this fixed (I didn't check if older versions have it fixed as well)
blocker: pytest-ui is dependent on an ancient version of selenium, by dependant I mean there are code changes, and extensive testing is required to perform the update.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions