1 2 3 4 5 6 7 8 9 10 11 12
|
python-selenium3 (4.12.0+dfsg-1) unstable; urgency=medium
Selenium has changed the way to lookup for a driver to interface with the
chosen browser. It uses the Selenium Manager now to search for available
drivers, unfortunately this part isn't packaged yet for Debian.
You can use python3-selenium without the need to use the manager component,
you will need to set the driver to use in your code.
Please consult README.Debian for more details and a suggestion how to deal
with this.
-- Carsten Schoenert <c.schoenert@t-online.de> Fri, 1 Sep 2023 21:33:09 +0530
|