seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
4.5k stars 916 forks source link

The Edge Driver Manager isn't detecting the version of Edge installed #1673

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

The Edge Driver Manager isn't detecting the version of Edge installed

This causes the SeleniumBase driver manager to download the latest version of EdgeDriver, rather than a matching version (in the case that the user doesn't have the latest version of Edge installed).

Given the existing redundancy check, this is only a minor issue, because if Edge tries to launch without the correct driver, it will detect it at that point, and then install the correct one after that. Fixing this issue will speed things up by getting the correct version downloaded right away (in the case that the user doesn't already have the latest version of Edge installed).

mdmintz commented 1 year ago

Fixed in 4.11.4 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.11.4