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.46k stars 909 forks source link

Continuous Driver download problem #2805

Closed mvx20 closed 1 month ago

mvx20 commented 1 month ago

Every time I run it it downloads the driver as in the image, does it have to do this every time?

image
mdmintz commented 1 month ago

Duplicate of https://github.com/seleniumbase/SeleniumBase/discussions/2665#discussioncomment-9021973

The Chromium Team changed the download location of drivers, and SeleniumBase was updated to use the newer location over three months ago in https://github.com/seleniumbase/SeleniumBase/issues/2519

Upgrade to a newer version of SeleniumBase.

mvx20 commented 1 month ago

thanx solved.