haystack/releasenotes/notes/update-crawler-selenium-4.11-30fec9f6e345834f.yaml
Stefano Fiorucci 3f472995bb
refactor: update Crawler to support selenium>=4.11.0 and simplify it (#5515)
* refactor crawler

* rm unused imports

* release notes!

* rm outdated mock
2023-08-08 15:13:22 +02:00

6 lines
187 B
YAML

---
fixes:
- |
Make the Crawler work properly with Selenium>=4.11.0.
Simplify the Crawler, as the new version of Selenium automatically finds or installs the necessary drivers.