juriscraper icon indicating copy to clipboard operation
juriscraper copied to clipboard

Upgrade selenium

Open divergentdave opened this issue 5 years ago • 2 comments

The requirements.txt file currently specifies selenium==2.53.6, which is three years old. Moreover, this repository is installed last in https://hub.docker.com/r/freelawproject/courtlistener-django, so this version is what that container image ultimately ends up using.

divergentdave avatar Dec 14 '19 07:12 divergentdave

Am I to understand that fixing this is key to fixing the CL bugs because of some install-order thing?

mlissner avatar Dec 19 '19 06:12 mlissner

I haven't identified any issues caused by this old version (other than Firefox/GeckoDriver compatibility) but it is being used in that image due to the order in which projects are installed, and because packages are being installed system-wide.

divergentdave avatar Dec 19 '19 14:12 divergentdave