-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file